Html Css Color HEX #A7F812 Spring Bud

📋 copy color: '#A7F812'

red 167 ◦ green 248 ◦ blue 18

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

Shades of Spring Bud #A7F812

Tints of Spring Bud #A7F812

RGB

 RED value IS 167 (65.63% from 255) = 38.57%

 GREEN value IS 248 (97.27% from 255) = 57.27%

 BLUE value IS 18 (7.42% from 255) = 4.16%

R = 38.57%
G = 57.27%
B = 4.16%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#A7F812 (or 0xA7F812) is known color: Spring Bud. HEX triplet: A7, F8 and 12. RGB value is (167,248,18). Sum of RGB (Red+Green+Blue) = 167+248+18=433 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.57% from 433); Green value is 248 (97.27% from 255 or 57.27% from 433); Blue value is 18 (7.42% from 255 or 4.16% from 433); Max value from RGB is 248 - color contains mainly: green. Hex color #A7F812 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A7F812 is #5807ED. Grayscale: #C6C6C6. Windows color (decimal): -5769198 or 1243303. OLE color: 1243303.

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

Color convert

RGB 167 248 18 -
CMYK 0.33 0 0.93 0.03
HSL 81.13º 0.94% 0.52% -
HSV(B) 81.13º 0.93% 0.97% -
XYZ 49.61 75.39 12.51 -
YUV 197.56 26.66 106.2 -
System Red Green Blue C M Y K H S L
Decimal 167 248 18 0.33 0 0.93 0.03 81.13 0.94 0.52
Hex A7 F8 12 21 0 5D 3 51 5E 34
Octal 247 370 22 41 0 135 3 121 136 64
Binary 10100111 11111000 10010 100001 0 1011101 11 1010001 1011110 110100

Color Harmonies of #A7F812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7F812

Black with #A7F812

Text Example


Text Example

White with #A7F812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7F812; }

 p { color: rgb(167,248,18); }

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

background-color css

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

 a { background-color: rgb(167,248,18); }

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

border-color css

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

 span { border-color: rgb(167,248,18); }

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