Html Css Color HEX #A4FF0F Spring Bud

📋 copy color: '#A4FF0F'

red 164 ◦ green 255 ◦ blue 15

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

Shades of Spring Bud #A4FF0F

Tints of Spring Bud #A4FF0F

RGB

 RED value IS 164 (64.45% from 255) = 37.79%

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

 BLUE value IS 15 (6.25% from 255) = 3.46%

R = 37.79%
G = 58.76%
B = 3.46%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#A4FF0F (or 0xA4FF0F) is known color: Spring Bud. HEX triplet: A4, FF and 0F. RGB value is (164,255,15). Sum of RGB (Red+Green+Blue) = 164+255+15=434 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.79% from 434); Green value is 255 (100% from 255 or 58.76% from 434); Blue value is 15 (6.25% from 255 or 3.46% from 434); Max value from RGB is 255 - color contains mainly: green. Hex color #A4FF0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A4FF0F is #5B00F0. Grayscale: #C9C9C9. Windows color (decimal): -5964017 or 1048484. OLE color: 1048484.

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

Color convert

RGB 164 255 15 -
CMYK 0.36 0 0.94 0
HSL 82.75º 1% 0.53% -
HSV(B) 82.75º 0.94% 1% -
XYZ 51.16 79.45 13.09 -
YUV 200.43 23.35 102.01 -
System Red Green Blue C M Y K H S L
Decimal 164 255 15 0.36 0 0.94 0 82.75 1 0.53
Hex A4 FF F 24 0 5E 0 53 64 35
Octal 244 377 17 44 0 136 0 123 144 65
Binary 10100100 11111111 1111 100100 0 1011110 0 1010011 1100100 110101

Color Harmonies of #A4FF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4FF0F

Black with #A4FF0F

Text Example


Text Example

White with #A4FF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4FF0F; }

 p { color: rgb(164,255,15); }

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

background-color css

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

 a { background-color: rgb(164,255,15); }

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

border-color css

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

 span { border-color: rgb(164,255,15); }

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