#AFEA6F

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

Shades of Sulu #AFEA6F

Tints of Sulu #AFEA6F

Color information

#AFEA6F (or 0xAFEA6F) is unknown color: approx Sulu. HEX triplet: AF, EA and 6F. RGB value is (175,234,111). Sum of RGB (Red+Green+Blue) = 175+234+111=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 234 (91.80% from 255 or 45% from 520); Blue value is 111 (43.75% from 255 or 21.35% from 520); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEA6F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEA6F is #501590. Grayscale: #CACACA. Windows color (decimal): -5248401 or 7334575. OLE color: 7334575.

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

Color convert

RGB175234111-
CMYK0.2500.530.08
HSL88.78º74.55%67.65%-
HSV(B)88.78º52.56%91.76%-
XYZ49.9769.1125.74-
YUV202.3476.45108.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.65%
GREEN value IS 234 (91.80% from 255) = 45%
BLUE value IS 111 (43.75% from 255) = 21.35%
R=33.65%
G=45%
B=21.35%

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
Decimal1752341110.2500.530.0888.7874.5567.65
HexAFEA6F190358594b44
Octal2573521573106510131113104
Binary101011111110101011011111100101101011000101100110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEA6F; }

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

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

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

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

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

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

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

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