Html Css Color HEX #A7F10D Spring Bud

📋 copy color: '#A7F10D'

red 167 ◦ green 241 ◦ blue 13

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

Shades of Spring Bud #A7F10D

Tints of Spring Bud #A7F10D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 57.24%

 BLUE value IS 13 (5.47% from 255) = 3.09%

R = 39.67%
G = 57.24%
B = 3.09%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#A7F10D (or 0xA7F10D) is known color: Spring Bud. HEX triplet: A7, F1 and 0D. RGB value is (167,241,13). Sum of RGB (Red+Green+Blue) = 167+241+13=421 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.67% from 421); Green value is 241 (94.53% from 255 or 57.24% from 421); Blue value is 13 (5.47% from 255 or 3.09% from 421); Max value from RGB is 241 - color contains mainly: green. Hex color #A7F10D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A7F10D is #580EF2. Grayscale: #C1C1C1. Windows color (decimal): -5770995 or 913831. OLE color: 913831.

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

Color convert

RGB 167 241 13 -
CMYK 0.31 0 0.95 0.05
HSL 79.47º 0.9% 0.5% -
HSV(B) 79.47º 0.95% 0.95% -
XYZ 47.46 71.16 11.61 -
YUV 192.88 26.48 109.54 -
System Red Green Blue C M Y K H S L
Decimal 167 241 13 0.31 0 0.95 0.05 79.47 0.9 0.5
Hex A7 F1 D 1F 0 5F 5 4F 5A 32
Octal 247 361 15 37 0 137 5 117 132 62
Binary 10100111 11110001 1101 11111 0 1011111 101 1001111 1011010 110010

Color Harmonies of #A7F10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7F10D

Black with #A7F10D

Text Example


Text Example

White with #A7F10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7F10D; }

 p { color: rgb(167,241,13); }

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

background-color css

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

 a { background-color: rgb(167,241,13); }

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

border-color css

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

 span { border-color: rgb(167,241,13); }

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