Html Css Color HEX #AFF306 Spring Bud

📋 copy color: '#AFF306'

red 175 ◦ green 243 ◦ blue 6

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

Shades of Spring Bud #AFF306

Tints of Spring Bud #AFF306

RGB

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

 GREEN value IS 243 (95.31% from 255) = 57.31%

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

R = 41.27%
G = 57.31%
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

#AFF306 (or 0xAFF306) is known color: Spring Bud. HEX triplet: AF, F3 and 06. RGB value is (175,243,6). Sum of RGB (Red+Green+Blue) = 175+243+6=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 243 (95.31% from 255 or 57.31% from 424); Blue value is 6 (2.73% from 255 or 1.42% from 424); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF306 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF306 is #500CF9. Grayscale: #C4C4C4. Windows color (decimal): -5246202 or 455599. OLE color: 455599.

HSL color Cylindrical-coordinate representation of color #AFF306: hue angle of 77.22º 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 #AFF306 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 243 6 -
CMYK 0.28 0 0.98 0.05
HSL 77.22º 0.95% 0.49% -
HSV(B) 77.22º 0.98% 0.95% -
XYZ 49.76 73.23 11.68 -
YUV 195.65 20.97 113.27 -
System Red Green Blue C M Y K H S L
Decimal 175 243 6 0.28 0 0.98 0.05 77.22 0.95 0.49
Hex AF F3 6 1C 0 62 5 4D 5F 31
Octal 257 363 6 34 0 142 5 115 137 61
Binary 10101111 11110011 110 11100 0 1100010 101 1001101 1011111 110001

Color Harmonies of #AFF306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF306

Black with #AFF306

Text Example


Text Example

White with #AFF306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF306; }

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

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

background-color css

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

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

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

border-color css

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

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

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