#A7EF0B

Color #A7EF0B Spring Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Bud #A7EF0B

Tints of Spring Bud #A7EF0B

Color information

#A7EF0B (or 0xA7EF0B) is unknown color: approx Spring Bud. HEX triplet: A7, EF and 0B. RGB value is (167,239,11). Sum of RGB (Red+Green+Blue) = 167+239+11=417 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.05% from 417); Green value is 239 (93.75% from 255 or 57.31% from 417); Blue value is 11 (4.69% from 255 or 2.64% from 417); Max value from RGB is 239 - color contains mainly: green. Hex color #A7EF0B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A7EF0B is #5810F4. Grayscale: #C0C0C0. Windows color (decimal): -5771509 or 782247. OLE color: 782247.

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

Color convert

RGB16723911-
CMYK0.3000.950.06
HSL78.95º91.2%49.02%-
HSV(B)78.95º95.4%93.73%-
XYZ46.8669.9711.35-
YUV191.4826.15110.54-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.05%
GREEN value IS 239 (93.75% from 255) = 57.31%
BLUE value IS 11 (4.69% from 255) = 2.64%
R=40.05%
G=57.31%
B=2.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal167239110.3000.950.0678.9591.249.02
HexA7EFB1E05F64f5b31
Octal24735713360137611713361
Binary10100111111011111011111100101111111010011111011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7EF0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7EF0B; }

 p { color: rgb(167,239,11); }

 H1.HeaderClassName
 {
   color: #A7EF0B;
 }
 .AnyTagClassName
 {
   color: #A7EF0B;
 }
</style>
background-color css

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

 a { background-color: rgb(167,239,11); }

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

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

 span { border-color: rgb(167,239,11); }

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