Html Css Color HEX #AFF90C Spring Bud

📋 copy color: '#AFF90C'

red 175 ◦ green 249 ◦ blue 12

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

Shades of Spring Bud #AFF90C

Tints of Spring Bud #AFF90C

RGB

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

 GREEN value IS 249 (97.66% from 255) = 57.11%

 BLUE value IS 12 (5.08% from 255) = 2.75%

R = 40.14%
G = 57.11%
B = 2.75%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#AFF90C (or 0xAFF90C) is known color: Spring Bud. HEX triplet: AF, F9 and 0C. RGB value is (175,249,12). Sum of RGB (Red+Green+Blue) = 175+249+12=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 249 (97.66% from 255 or 57.11% from 436); Blue value is 12 (5.08% from 255 or 2.75% from 436); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF90C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF90C is #5006F3. Grayscale: #C8C8C8. Windows color (decimal): -5244660 or 850351. OLE color: 850351.

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

Color convert

RGB 175 249 12 -
CMYK 0.30 0 0.95 0.02
HSL 78.73º 0.95% 0.51% -
HSV(B) 78.73º 0.95% 0.98% -
XYZ 51.62 76.89 12.47 -
YUV 199.86 21.98 110.27 -
System Red Green Blue C M Y K H S L
Decimal 175 249 12 0.30 0 0.95 0.02 78.73 0.95 0.51
Hex AF F9 C 1E 0 5F 2 4F 5F 33
Octal 257 371 14 36 0 137 2 117 137 63
Binary 10101111 11111001 1100 11110 0 1011111 10 1001111 1011111 110011

Color Harmonies of #AFF90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF90C

Black with #AFF90C

Text Example


Text Example

White with #AFF90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF90C; }

 p { color: rgb(175,249,12); }

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

background-color css

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

 a { background-color: rgb(175,249,12); }

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

border-color css

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

 span { border-color: rgb(175,249,12); }

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