Html Css Color HEX #AFFF12 Spring Bud

📋 copy color: '#AFFF12'

red 175 ◦ green 255 ◦ blue 18

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

Shades of Spring Bud #AFFF12

Tints of Spring Bud #AFFF12

RGB

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

 GREEN value IS 255 (100% from 255) = 56.92%

 BLUE value IS 18 (7.42% from 255) = 4.02%

R = 39.06%
G = 56.92%
B = 4.02%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#AFFF12 (or 0xAFFF12) is known color: Spring Bud. HEX triplet: AF, FF and 12. RGB value is (175,255,18). Sum of RGB (Red+Green+Blue) = 175+255+18=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 255 (100% from 255 or 56.92% from 448); Blue value is 18 (7.42% from 255 or 4.02% from 448); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFFF12 is #5000ED. Grayscale: #CCCCCC. Windows color (decimal): -5243118 or 1245103. OLE color: 1245103.

HSL color Cylindrical-coordinate representation of color #AFFF12: hue angle of 80.25º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AFFF12 is Cyan = 0.31, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB 175 255 18 -
CMYK 0.31 0 0.93 0
HSL 80.25º 1% 0.54% -
HSV(B) 80.25º 0.93% 1% -
XYZ 53.55 80.68 13.32 -
YUV 204.06 23 107.27 -
System Red Green Blue C M Y K H S L
Decimal 175 255 18 0.31 0 0.93 0 80.25 1 0.54
Hex AF FF 12 1F 0 5D 0 50 64 36
Octal 257 377 22 37 0 135 0 120 144 66
Binary 10101111 11111111 10010 11111 0 1011101 0 1010000 1100100 110110

Color Harmonies of #AFFF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFF12

Black with #AFFF12

Text Example


Text Example

White with #AFFF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFF12; }

 p { color: rgb(175,255,18); }

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

background-color css

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

 a { background-color: rgb(175,255,18); }

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

border-color css

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

 span { border-color: rgb(175,255,18); }

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