Html Css Color HEX #A5F308 Spring Bud

📋 copy color: '#A5F308'

red 165 ◦ green 243 ◦ blue 8

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

Shades of Spring Bud #A5F308

Tints of Spring Bud #A5F308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.92%

R = 39.66%
G = 58.41%
B = 1.92%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#A5F308 (or 0xA5F308) is known color: Spring Bud. HEX triplet: A5, F3 and 08. RGB value is (165,243,8). Sum of RGB (Red+Green+Blue) = 165+243+8=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 243 (95.31% from 255 or 58.41% from 416); Blue value is 8 (3.52% from 255 or 1.92% from 416); Max value from RGB is 243 - color contains mainly: green. Hex color #A5F308 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5F308 is #5A0CF7. Grayscale: #C1C1C1. Windows color (decimal): -5901560 or 586661. OLE color: 586661.

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

Color convert

RGB 165 243 8 -
CMYK 0.32 0 0.97 0.05
HSL 79.91º 0.94% 0.49% -
HSV(B) 79.91º 0.97% 0.95% -
XYZ 47.61 72.12 11.64 -
YUV 192.89 23.66 108.11 -
System Red Green Blue C M Y K H S L
Decimal 165 243 8 0.32 0 0.97 0.05 79.91 0.94 0.49
Hex A5 F3 8 20 0 61 5 50 5E 31
Octal 245 363 10 40 0 141 5 120 136 61
Binary 10100101 11110011 1000 100000 0 1100001 101 1010000 1011110 110001

Color Harmonies of #A5F308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F308

Black with #A5F308

Text Example


Text Example

White with #A5F308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F308; }

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

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

background-color css

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

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

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

border-color css

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

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

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