#A5EF5B

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

Shades of Conifer #A5EF5B

Tints of Conifer #A5EF5B

Color information

#A5EF5B (or 0xA5EF5B) is unknown color: approx Conifer. HEX triplet: A5, EF and 5B. RGB value is (165,239,91). Sum of RGB (Red+Green+Blue) = 165+239+91=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 239 (93.75% from 255 or 48.28% from 495); Blue value is 91 (35.94% from 255 or 18.38% from 495); Max value from RGB is 239 - color contains mainly: green. Hex color #A5EF5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5EF5B is #5A10A4. Grayscale: #C8C8C8. Windows color (decimal): -5902501 or 6025125. OLE color: 6025125.

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

Color convert

RGB16523991-
CMYK0.3100.620.06
HSL90º82.22%64.71%-
HSV(B)90º61.92%93.73%-
XYZ48.2770.4920.96-
YUV20066.48103.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.33%
GREEN value IS 239 (93.75% from 255) = 48.28%
BLUE value IS 91 (35.94% from 255) = 18.38%
R=33.33%
G=48.28%
B=18.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal165239910.3100.620.069082.2264.71
HexA5EF5B1F03E65a5241
Octal245357133370766132122101
Binary10100101111011111011011111110111110110101101010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5EF5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5EF5B; }

 p { color: rgb(165,239,91); }

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

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

 a { background-color: rgb(165,239,91); }

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

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

 span { border-color: rgb(165,239,91); }

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