Html Css Color HEX #AFF206 Spring Bud

📋 copy color: '#AFF206'

red 175 ◦ green 242 ◦ blue 6

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

Shades of Spring Bud #AFF206

Tints of Spring Bud #AFF206

RGB

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

 GREEN value IS 242 (94.92% from 255) = 57.21%

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

R = 41.37%
G = 57.21%
B = 1.42%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#AFF206 (or 0xAFF206) is known color: Spring Bud. HEX triplet: AF, F2 and 06. RGB value is (175,242,6). Sum of RGB (Red+Green+Blue) = 175+242+6=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 242 (94.92% from 255 or 57.21% from 423); Blue value is 6 (2.73% from 255 or 1.42% from 423); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF206 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF206 is #500DF9. Grayscale: #C3C3C3. Windows color (decimal): -5246458 or 455343. OLE color: 455343.

HSL color Cylindrical-coordinate representation of color #AFF206: hue angle of 77.03º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AFF206 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 242 6 -
CMYK 0.28 0 0.98 0.05
HSL 77.03º 0.95% 0.49% -
HSV(B) 77.03º 0.98% 0.95% -
XYZ 49.46 72.63 11.58 -
YUV 195.06 21.3 113.69 -
System Red Green Blue C M Y K H S L
Decimal 175 242 6 0.28 0 0.98 0.05 77.03 0.95 0.49
Hex AF F2 6 1C 0 62 5 4D 5F 31
Octal 257 362 6 34 0 142 5 115 137 61
Binary 10101111 11110010 110 11100 0 1100010 101 1001101 1011111 110001

Color Harmonies of #AFF206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF206

Black with #AFF206

Text Example


Text Example

White with #AFF206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF206; }

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

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

background-color css

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

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

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

border-color css

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

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

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