Html Css Color HEX #A5F30F Spring Bud

📋 copy color: '#A5F30F'

red 165 ◦ green 243 ◦ blue 15

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

Shades of Spring Bud #A5F30F

Tints of Spring Bud #A5F30F

RGB

 RED value IS 165 (64.84% from 255) = 39.01%

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

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

R = 39.01%
G = 57.45%
B = 3.55%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#A5F30F (or 0xA5F30F) is known color: Spring Bud. HEX triplet: A5, F3 and 0F. RGB value is (165,243,15). Sum of RGB (Red+Green+Blue) = 165+243+15=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 243 (95.31% from 255 or 57.45% from 423); Blue value is 15 (6.25% from 255 or 3.55% from 423); Max value from RGB is 243 - color contains mainly: green. Hex color #A5F30F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5F30F is #5A0CF0. Grayscale: #C2C2C2. Windows color (decimal): -5901553 or 1045413. OLE color: 1045413.

HSL color Cylindrical-coordinate representation of color #A5F30F: hue angle of 80.53º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A5F30F is Cyan = 0.32, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.

Color convert

RGB 165 243 15 -
CMYK 0.32 0 0.94 0.05
HSL 80.53º 0.9% 0.51% -
HSV(B) 80.53º 0.94% 0.95% -
XYZ 47.65 72.14 11.86 -
YUV 193.69 27.16 107.54 -
System Red Green Blue C M Y K H S L
Decimal 165 243 15 0.32 0 0.94 0.05 80.53 0.9 0.51
Hex A5 F3 F 20 0 5E 5 51 5A 33
Octal 245 363 17 40 0 136 5 121 132 63
Binary 10100101 11110011 1111 100000 0 1011110 101 1010001 1011010 110011

Color Harmonies of #A5F30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F30F

Black with #A5F30F

Text Example


Text Example

White with #A5F30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F30F; }

 p { color: rgb(165,243,15); }

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

background-color css

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

 a { background-color: rgb(165,243,15); }

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

border-color css

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

 span { border-color: rgb(165,243,15); }

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