#AFEA6E

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

Shades of Sulu #AFEA6E

Tints of Sulu #AFEA6E

Color information

#AFEA6E (or 0xAFEA6E) is unknown color: approx Sulu. HEX triplet: AF, EA and 6E. RGB value is (175,234,110). Sum of RGB (Red+Green+Blue) = 175+234+110=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 234 (91.80% from 255 or 45.09% from 519); Blue value is 110 (43.36% from 255 or 21.19% from 519); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEA6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEA6E is #501591. Grayscale: #CACACA. Windows color (decimal): -5248402 or 7269039. OLE color: 7269039.

HSL color Cylindrical-coordinate representation of color #AFEA6E: hue angle of 88.55º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AFEA6E is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB175234110-
CMYK0.2500.530.08
HSL88.55º74.7%67.45%-
HSV(B)88.55º52.99%91.76%-
XYZ49.9269.0925.46-
YUV202.2275.95108.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.72%
GREEN value IS 234 (91.80% from 255) = 45.09%
BLUE value IS 110 (43.36% from 255) = 21.19%
R=33.72%
G=45.09%
B=21.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1752341100.2500.530.0888.5574.767.45
HexAFEA6E190358594b43
Octal2573521563106510131113103
Binary101011111110101011011101100101101011000101100110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEA6E; }

 p { color: rgb(175,234,110); }

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

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

 a { background-color: rgb(175,234,110); }

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

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

 span { border-color: rgb(175,234,110); }

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