Html Css Color HEX #AFF06D Sulu

📋 copy color: '#AFF06D'

red 175 ◦ green 240 ◦ blue 109

#AFF06D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #AFF06D

Tints of Sulu #AFF06D

RGB

 RED value IS 175 (68.75% from 255) = 33.4%

 GREEN value IS 240 (94.14% from 255) = 45.8%

 BLUE value IS 109 (42.97% from 255) = 20.8%

R = 33.4%
G = 45.8%
B = 20.8%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#AFF06D (or 0xAFF06D) is known color: Sulu. HEX triplet: AF, F0 and 6D. RGB value is (175,240,109). Sum of RGB (Red+Green+Blue) = 175+240+109=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 240 (94.14% from 255 or 45.80% from 524); Blue value is 109 (42.97% from 255 or 20.80% from 524); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF06D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF06D is #500F92. Grayscale: #CECECE. Windows color (decimal): -5246867 or 7205039. OLE color: 7205039.

HSL color Cylindrical-coordinate representation of color #AFF06D: hue angle of 89.77º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AFF06D is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 240 109 -
CMYK 0.27 0 0.55 0.06
HSL 89.77º 0.81% 0.68% -
HSV(B) 89.77º 0.55% 0.94% -
XYZ 51.6 72.54 25.75 -
YUV 205.63 73.47 106.15 -
System Red Green Blue C M Y K H S L
Decimal 175 240 109 0.27 0 0.55 0.06 89.77 0.81 0.68
Hex AF F0 6D 1B 0 37 6 5A 51 44
Octal 257 360 155 33 0 67 6 132 121 104
Binary 10101111 11110000 1101101 11011 0 110111 110 1011010 1010001 1000100

Color Harmonies of #AFF06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF06D

Black with #AFF06D

Text Example


Text Example

White with #AFF06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF06D; }

 p { color: rgb(175,240,109); }

 H1.HeaderClassName
 {
   color: #AFF06D;
 }
 .AnyTagClassName
 {
   color: #AFF06D;
 }
</style>

background-color css

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

 a { background-color: rgb(175,240,109); }

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

border-color css

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

 span { border-color: rgb(175,240,109); }

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