Html Css Color HEX #A5E360 Conifer

📋 copy color: '#A5E360'

red 165 ◦ green 227 ◦ blue 96

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

Shades of Conifer #A5E360

Tints of Conifer #A5E360

RGB

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

 GREEN value IS 227 (89.06% from 255) = 46.52%

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

R = 33.81%
G = 46.52%
B = 19.67%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#A5E360 (or 0xA5E360) is known color: Conifer. HEX triplet: A5, E3 and 60. RGB value is (165,227,96). Sum of RGB (Red+Green+Blue) = 165+227+96=488 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.81% from 488); Green value is 227 (89.06% from 255 or 46.52% from 488); Blue value is 96 (37.89% from 255 or 19.67% from 488); Max value from RGB is 227 - color contains mainly: green. Hex color #A5E360 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E360 is #5A1C9F. Grayscale: #C1C1C1. Windows color (decimal): -5905568 or 6349733. OLE color: 6349733.

HSL color Cylindrical-coordinate representation of color #A5E360: hue angle of 88.4º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A5E360 is Cyan = 0.27, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB 165 227 96 -
CMYK 0.27 0 0.58 0.11
HSL 88.4º 0.7% 0.63% -
HSV(B) 88.4º 0.58% 0.89% -
XYZ 45.1 63.78 21 -
YUV 193.53 72.96 107.65 -
System Red Green Blue C M Y K H S L
Decimal 165 227 96 0.27 0 0.58 0.11 88.4 0.7 0.63
Hex A5 E3 60 1B 0 3A B 58 46 3F
Octal 245 343 140 33 0 72 13 130 106 77
Binary 10100101 11100011 1100000 11011 0 111010 1011 1011000 1000110 111111

Color Harmonies of #A5E360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E360

Black with #A5E360

Text Example


Text Example

White with #A5E360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E360; }

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

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

background-color css

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

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

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

border-color css

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

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

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