#afea70

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

Shades of Sulu #AFEA70

Tints of Sulu #AFEA70

Color information

#AFEA70 (or 0xAFEA70) is unknown color: approx Sulu. HEX triplet: AF, EA and 70. RGB value is (175,234,112). Sum of RGB (Red+Green+Blue) = 175+234+112=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 234 (91.80% from 255 or 44.91% from 521); Blue value is 112 (44.14% from 255 or 21.50% from 521); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEA70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEA70 is #50158F. Grayscale: #CACACA. Windows color (decimal): -5248400 or 7400111. OLE color: 7400111.

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

Color convert

RGB175234112-
CMYK0.2500.520.08
HSL89.02º74.39%67.84%-
HSV(B)89.02º52.14%91.76%-
XYZ50.0369.1326.04-
YUV202.4576.95108.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.59%
GREEN value IS 234 (91.80% from 255) = 44.91%
BLUE value IS 112 (44.14% from 255) = 21.50%
R=33.59%
G=44.91%
B=21.50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1752341120.2500.520.0889.0274.3967.84
HexAFEA70190348594a44
Octal2573521603106410131112104
Binary101011111110101011100001100101101001000101100110010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afea70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afea70; }

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

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

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

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

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

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

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

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