#A5F34B

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

Shades of Conifer #A5F34B

Tints of Conifer #A5F34B

Color information

#A5F34B (or 0xA5F34B) is unknown color: approx Conifer. HEX triplet: A5, F3 and 4B. RGB value is (165,243,75). Sum of RGB (Red+Green+Blue) = 165+243+75=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 243 (95.31% from 255 or 50.31% from 483); Blue value is 75 (29.69% from 255 or 15.53% from 483); Max value from RGB is 243 - color contains mainly: green. Hex color #A5F34B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5F34B is #5A0CB4. Grayscale: #C9C9C9. Windows color (decimal): -5901493 or 4977573. OLE color: 4977573.

HSL color Cylindrical-coordinate representation of color #A5F34B: hue angle of 87.86º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A5F34B is Cyan = 0.32, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB16524375-
CMYK0.3200.690.05
HSL87.86º87.5%62.35%-
HSV(B)87.86º69.14%95.29%-
XYZ48.8472.6118.1-
YUV200.5357.16102.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.16%
GREEN value IS 243 (95.31% from 255) = 50.31%
BLUE value IS 75 (29.69% from 255) = 15.53%
R=34.16%
G=50.31%
B=15.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal165243750.3200.690.0587.8687.562.35
HexA5F34B20045558583e
Octal245363113400105513013076
Binary101001011111001110010111000000100010110110110001011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F34B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F34B; }

 p { color: rgb(165,243,75); }

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

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

 a { background-color: rgb(165,243,75); }

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

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

 span { border-color: rgb(165,243,75); }

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