Html Css Color HEX #AFF006 Spring Bud

📋 copy color: '#AFF006'

red 175 ◦ green 240 ◦ blue 6

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

Shades of Spring Bud #AFF006

Tints of Spring Bud #AFF006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.43%

R = 41.57%
G = 57.01%
B = 1.43%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#AFF006 (or 0xAFF006) is known color: Spring Bud. HEX triplet: AF, F0 and 06. RGB value is (175,240,6). Sum of RGB (Red+Green+Blue) = 175+240+6=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 240 (94.14% from 255 or 57.01% from 421); Blue value is 6 (2.73% from 255 or 1.43% from 421); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF006 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF006 is #500FF9. Grayscale: #C2C2C2. Windows color (decimal): -5246970 or 454831. OLE color: 454831.

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

Color convert

RGB 175 240 6 -
CMYK 0.27 0 0.98 0.06
HSL 76.67º 0.95% 0.48% -
HSV(B) 76.67º 0.98% 0.94% -
XYZ 48.87 71.45 11.39 -
YUV 193.89 21.97 114.53 -
System Red Green Blue C M Y K H S L
Decimal 175 240 6 0.27 0 0.98 0.06 76.67 0.95 0.48
Hex AF F0 6 1B 0 62 6 4D 5F 30
Octal 257 360 6 33 0 142 6 115 137 60
Binary 10101111 11110000 110 11011 0 1100010 110 1001101 1011111 110000

Color Harmonies of #AFF006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF006

Black with #AFF006

Text Example


Text Example

White with #AFF006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF006; }

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

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

background-color css

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

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

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

border-color css

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

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

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