#AFFC69

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

Shades of Sulu #AFFC69

Tints of Sulu #AFFC69

Color information

#AFFC69 (or 0xAFFC69) is unknown color: approx Sulu. HEX triplet: AF, FC and 69. RGB value is (175,252,105). Sum of RGB (Red+Green+Blue) = 175+252+105=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 252 (98.83% from 255 or 47.37% from 532); Blue value is 105 (41.41% from 255 or 19.74% from 532); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFC69 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFC69 is #500396. Grayscale: #D4D4D4. Windows color (decimal): -5243799 or 6945967. OLE color: 6945967.

HSL color Cylindrical-coordinate representation of color #AFFC69: hue angle of 91.43º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AFFC69 is Cyan = 0.31, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB175252105-
CMYK0.3100.580.01
HSL91.43º96.08%70%-
HSV(B)91.43º58.33%98.82%-
XYZ55.0479.7525.86-
YUV212.2267.49101.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.89%
GREEN value IS 252 (98.83% from 255) = 47.37%
BLUE value IS 105 (41.41% from 255) = 19.74%
R=32.89%
G=47.37%
B=19.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752521050.3100.580.0191.4396.0870
HexAFFC691F03A15b6046
Octal257374151370721133140106
Binary101011111111110011010011111101110101101101111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFC69; }

 p { color: rgb(175,252,105); }

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

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

 a { background-color: rgb(175,252,105); }

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

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

 span { border-color: rgb(175,252,105); }

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