Html Css Color HEX #AFF008 Spring Bud

📋 copy color: '#AFF008'

red 175 ◦ green 240 ◦ blue 8

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

Shades of Spring Bud #AFF008

Tints of Spring Bud #AFF008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.89%

R = 41.37%
G = 56.74%
B = 1.89%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#AFF008 (or 0xAFF008) is known color: Spring Bud. HEX triplet: AF, F0 and 08. RGB value is (175,240,8). Sum of RGB (Red+Green+Blue) = 175+240+8=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 240 (94.14% from 255 or 56.74% from 423); Blue value is 8 (3.52% from 255 or 1.89% from 423); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF008 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF008 is #500FF7. Grayscale: #C2C2C2. Windows color (decimal): -5246968 or 585903. OLE color: 585903.

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

Color convert

RGB 175 240 8 -
CMYK 0.27 0 0.97 0.06
HSL 76.81º 0.94% 0.49% -
HSV(B) 76.81º 0.97% 0.94% -
XYZ 48.88 71.45 11.44 -
YUV 194.12 22.97 114.36 -
System Red Green Blue C M Y K H S L
Decimal 175 240 8 0.27 0 0.97 0.06 76.81 0.94 0.49
Hex AF F0 8 1B 0 61 6 4D 5E 31
Octal 257 360 10 33 0 141 6 115 136 61
Binary 10101111 11110000 1000 11011 0 1100001 110 1001101 1011110 110001

Color Harmonies of #AFF008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF008

Black with #AFF008

Text Example


Text Example

White with #AFF008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF008; }

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

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

background-color css

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

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

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

border-color css

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

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

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