#AFF26B

Color #AFF26B Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #AFF26B

Tints of Sulu #AFF26B

Color information

#AFF26B (or 0xAFF26B) is unknown color: approx Sulu. HEX triplet: AF, F2 and 6B. RGB value is (175,242,107). Sum of RGB (Red+Green+Blue) = 175+242+107=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 242 (94.92% from 255 or 46.18% from 524); Blue value is 107 (42.19% from 255 or 20.42% from 524); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF26B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF26B is #500D94. Grayscale: #CFCFCF. Windows color (decimal): -5246357 or 7074479. OLE color: 7074479.

HSL color Cylindrical-coordinate representation of color #AFF26B: hue angle of 89.78º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AFF26B is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB175242107-
CMYK0.2800.560.05
HSL89.78º83.85%68.43%-
HSV(B)89.78º55.79%94.9%-
XYZ52.0973.6825.39-
YUV206.5871.8105.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 33.40%
GREEN value IS 242 (94.92% from 255) = 46.18%
BLUE value IS 107 (42.19% from 255) = 20.42%
R=33.40%
G=46.18%
B=20.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752421070.2800.560.0589.7883.8568.43
HexAFF26B1C03855a5444
Octal257362153340705132124104
Binary10101111111100101101011111000111000101101101010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF26B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF26B; }

 p { color: rgb(175,242,107); }

 H1.HeaderClassName
 {
   color: #AFF26B;
 }
 .AnyTagClassName
 {
   color: #AFF26B;
 }
</style>
background-color css

<style>
 a { background-color: #AFF26B; }

 a { background-color: rgb(175,242,107); }

 div.DivClassName
 {
   background-color: #AFF26B;
 }
 .BgClassName
 {
   background-color: #AFF26B;
 }
</style>
border-color css

<style>
 span { border-color: #AFF26B; }

 span { border-color: rgb(175,242,107); }

 td.TdClassName
 {
   border-color: #AFF26B;
 }
 .TagClassName
 {
   border-color: #AFF26B;
 }
</style>