Html Css Color HEX #A5E060 Conifer

📋 copy color: '#A5E060'

red 165 ◦ green 224 ◦ blue 96

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

Shades of Conifer #A5E060

Tints of Conifer #A5E060

RGB

 RED value IS 165 (64.84% from 255) = 34.02%

 GREEN value IS 224 (87.89% from 255) = 46.19%

 BLUE value IS 96 (37.89% from 255) = 19.79%

R = 34.02%
G = 46.19%
B = 19.79%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#A5E060 (or 0xA5E060) is known color: Conifer. HEX triplet: A5, E0 and 60. RGB value is (165,224,96). Sum of RGB (Red+Green+Blue) = 165+224+96=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 224 (87.89% from 255 or 46.19% from 485); Blue value is 96 (37.89% from 255 or 19.79% from 485); Max value from RGB is 224 - color contains mainly: green. Hex color #A5E060 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E060 is #5A1F9F. Grayscale: #C0C0C0. Windows color (decimal): -5906336 or 6348965. OLE color: 6348965.

HSL color Cylindrical-coordinate representation of color #A5E060: hue angle of 87.66º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A5E060 is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 224 96 -
CMYK 0.26 0 0.57 0.12
HSL 87.66º 0.67% 0.63% -
HSV(B) 87.66º 0.57% 0.88% -
XYZ 44.28 62.16 20.73 -
YUV 191.77 73.95 108.91 -
System Red Green Blue C M Y K H S L
Decimal 165 224 96 0.26 0 0.57 0.12 87.66 0.67 0.63
Hex A5 E0 60 1A 0 39 C 58 43 3F
Octal 245 340 140 32 0 71 14 130 103 77
Binary 10100101 11100000 1100000 11010 0 111001 1100 1011000 1000011 111111

Color Harmonies of #A5E060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E060

Black with #A5E060

Text Example


Text Example

White with #A5E060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E060; }

 p { color: rgb(165,224,96); }

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

background-color css

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

 a { background-color: rgb(165,224,96); }

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

border-color css

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

 span { border-color: rgb(165,224,96); }

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