#A7F04B

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

Shades of Conifer #A7F04B

Tints of Conifer #A7F04B

Color information

#A7F04B (or 0xA7F04B) is unknown color: approx Conifer. HEX triplet: A7, F0 and 4B. RGB value is (167,240,75). Sum of RGB (Red+Green+Blue) = 167+240+75=482 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.65% from 482); Green value is 240 (94.14% from 255 or 49.79% from 482); Blue value is 75 (29.69% from 255 or 15.56% from 482); Max value from RGB is 240 - color contains mainly: green. Hex color #A7F04B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A7F04B is #580FB4. Grayscale: #C7C7C7. Windows color (decimal): -5771189 or 4976807. OLE color: 4976807.

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

Color convert

RGB16724075-
CMYK0.3000.690.06
HSL86.55º84.62%61.76%-
HSV(B)86.55º68.75%94.12%-
XYZ48.3771.0417.82-
YUV199.3657.82104.92-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.65%
GREEN value IS 240 (94.14% from 255) = 49.79%
BLUE value IS 75 (29.69% from 255) = 15.56%
R=34.65%
G=49.79%
B=15.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal167240750.3000.690.0686.5584.6261.76
HexA7F04B1E045657553e
Octal247360113360105612712576
Binary10100111111100001001011111100100010111010101111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7F04B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7F04B; }

 p { color: rgb(167,240,75); }

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

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

 a { background-color: rgb(167,240,75); }

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

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

 span { border-color: rgb(167,240,75); }

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