Html Css Color HEX #AFF06C Sulu

📋 copy color: '#AFF06C'

red 175 ◦ green 240 ◦ blue 108

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

Shades of Sulu #AFF06C

Tints of Sulu #AFF06C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.65%

R = 33.46%
G = 45.89%
B = 20.65%

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

#AFF06C (or 0xAFF06C) is known color: Sulu. HEX triplet: AF, F0 and 6C. RGB value is (175,240,108). Sum of RGB (Red+Green+Blue) = 175+240+108=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 240 (94.14% from 255 or 45.89% from 523); Blue value is 108 (42.58% from 255 or 20.65% from 523); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF06C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF06C is #500F93. Grayscale: #CDCDCD. Windows color (decimal): -5246868 or 7139503. OLE color: 7139503.

HSL color Cylindrical-coordinate representation of color #AFF06C: hue angle of 89.55º 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 #AFF06C is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 240 108 -
CMYK 0.27 0 0.55 0.06
HSL 89.55º 0.81% 0.68% -
HSV(B) 89.55º 0.55% 0.94% -
XYZ 51.55 72.52 25.47 -
YUV 205.52 72.97 106.23 -
System Red Green Blue C M Y K H S L
Decimal 175 240 108 0.27 0 0.55 0.06 89.55 0.81 0.68
Hex AF F0 6C 1B 0 37 6 5A 51 44
Octal 257 360 154 33 0 67 6 132 121 104
Binary 10101111 11110000 1101100 11011 0 110111 110 1011010 1010001 1000100

Color Harmonies of #AFF06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF06C

Black with #AFF06C

Text Example


Text Example

White with #AFF06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF06C; }

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

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

background-color css

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

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

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

border-color css

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

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

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