#AFF26F

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

Shades of Sulu #AFF26F

Tints of Sulu #AFF26F

Color information

#AFF26F (or 0xAFF26F) is unknown color: approx Sulu. HEX triplet: AF, F2 and 6F. RGB value is (175,242,111). Sum of RGB (Red+Green+Blue) = 175+242+111=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 242 (94.92% from 255 or 45.83% from 528); Blue value is 111 (43.75% from 255 or 21.02% from 528); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF26F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF26F is #500D90. Grayscale: #CFCFCF. Windows color (decimal): -5246353 or 7336623. OLE color: 7336623.

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

Color convert

RGB175242111-
CMYK0.2800.540.05
HSL90.69º83.44%69.22%-
HSV(B)90.69º54.13%94.9%-
XYZ52.373.7726.52-
YUV207.0373.8105.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.14%
GREEN value IS 242 (94.92% from 255) = 45.83%
BLUE value IS 111 (43.75% from 255) = 21.02%
R=33.14%
G=45.83%
B=21.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752421110.2800.540.0590.6983.4469.22
HexAFF26F1C03655b5345
Octal257362157340665133123105
Binary10101111111100101101111111000110110101101101110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF26F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF26F; }

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

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

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

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

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

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

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

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