Html Css Color HEX #A5F402 Spring Bud

📋 copy color: '#A5F402'

red 165 ◦ green 244 ◦ blue 2

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

Shades of Spring Bud #A5F402

Tints of Spring Bud #A5F402

RGB

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

 GREEN value IS 244 (95.7% from 255) = 59.37%

 BLUE value IS 2 (1.17% from 255) = 0.49%

R = 40.15%
G = 59.37%
B = 0.49%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#A5F402 (or 0xA5F402) is known color: Spring Bud. HEX triplet: A5, F4 and 02. RGB value is (165,244,2). Sum of RGB (Red+Green+Blue) = 165+244+2=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 244 (95.70% from 255 or 59.37% from 411); Blue value is 2 (1.17% from 255 or 0.49% from 411); Max value from RGB is 244 - color contains mainly: green. Hex color #A5F402 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5F402 is #5A0BFD. Grayscale: #C1C1C1. Windows color (decimal): -5901310 or 193701. OLE color: 193701.

HSL color Cylindrical-coordinate representation of color #A5F402: hue angle of 79.59º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A5F402 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB 165 244 2 -
CMYK 0.32 0 0.99 0.04
HSL 79.59º 0.98% 0.48% -
HSV(B) 79.59º 0.99% 0.96% -
XYZ 47.88 72.71 11.57 -
YUV 192.79 20.33 108.18 -
System Red Green Blue C M Y K H S L
Decimal 165 244 2 0.32 0 0.99 0.04 79.59 0.98 0.48
Hex A5 F4 2 20 0 63 4 50 62 30
Octal 245 364 2 40 0 143 4 120 142 60
Binary 10100101 11110100 10 100000 0 1100011 100 1010000 1100010 110000

Color Harmonies of #A5F402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F402

Black with #A5F402

Text Example


Text Example

White with #A5F402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F402; }

 p { color: rgb(165,244,2); }

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

background-color css

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

 a { background-color: rgb(165,244,2); }

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

border-color css

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

 span { border-color: rgb(165,244,2); }

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