Html Css Color HEX #A5F607 Spring Bud

📋 copy color: '#A5F607'

red 165 ◦ green 246 ◦ blue 7

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

Shades of Spring Bud #A5F607

Tints of Spring Bud #A5F607

RGB

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

 GREEN value IS 246 (96.48% from 255) = 58.85%

 BLUE value IS 7 (3.13% from 255) = 1.67%

R = 39.47%
G = 58.85%
B = 1.67%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#A5F607 (or 0xA5F607) is known color: Spring Bud. HEX triplet: A5, F6 and 07. RGB value is (165,246,7). Sum of RGB (Red+Green+Blue) = 165+246+7=418 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.47% from 418); Green value is 246 (96.48% from 255 or 58.85% from 418); Blue value is 7 (3.12% from 255 or 1.67% from 418); Max value from RGB is 246 - color contains mainly: green. Hex color #A5F607 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5F607 is #5A09F8. Grayscale: #C3C3C3. Windows color (decimal): -5900793 or 521893. OLE color: 521893.

HSL color Cylindrical-coordinate representation of color #A5F607: hue angle of 80.33º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A5F607 is Cyan = 0.33, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.

Color convert

RGB 165 246 7 -
CMYK 0.33 0 0.97 0.04
HSL 80.33º 0.94% 0.5% -
HSV(B) 80.33º 0.97% 0.96% -
XYZ 48.51 73.93 11.91 -
YUV 194.54 22.16 106.93 -
System Red Green Blue C M Y K H S L
Decimal 165 246 7 0.33 0 0.97 0.04 80.33 0.94 0.5
Hex A5 F6 7 21 0 61 4 50 5E 32
Octal 245 366 7 41 0 141 4 120 136 62
Binary 10100101 11110110 111 100001 0 1100001 100 1010000 1011110 110010

Color Harmonies of #A5F607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F607

Black with #A5F607

Text Example


Text Example

White with #A5F607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F607; }

 p { color: rgb(165,246,7); }

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

background-color css

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

 a { background-color: rgb(165,246,7); }

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

border-color css

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

 span { border-color: rgb(165,246,7); }

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