Html Css Color HEX #A5E260 Conifer

📋 copy color: '#A5E260'

red 165 ◦ green 226 ◦ blue 96

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

Shades of Conifer #A5E260

Tints of Conifer #A5E260

RGB

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

 GREEN value IS 226 (88.67% from 255) = 46.41%

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

R = 33.88%
G = 46.41%
B = 19.71%

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

#A5E260 (or 0xA5E260) is known color: Conifer. HEX triplet: A5, E2 and 60. RGB value is (165,226,96). Sum of RGB (Red+Green+Blue) = 165+226+96=487 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.88% from 487); Green value is 226 (88.67% from 255 or 46.41% from 487); Blue value is 96 (37.89% from 255 or 19.71% from 487); Max value from RGB is 226 - color contains mainly: green. Hex color #A5E260 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E260 is #5A1D9F. Grayscale: #C1C1C1. Windows color (decimal): -5905824 or 6349477. OLE color: 6349477.

HSL color Cylindrical-coordinate representation of color #A5E260: hue angle of 88.15º degrees, saturation: 0.69, 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 #A5E260 is Cyan = 0.27, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB 165 226 96 -
CMYK 0.27 0 0.58 0.11
HSL 88.15º 0.69% 0.63% -
HSV(B) 88.15º 0.58% 0.89% -
XYZ 44.82 63.24 20.91 -
YUV 192.94 73.29 108.07 -
System Red Green Blue C M Y K H S L
Decimal 165 226 96 0.27 0 0.58 0.11 88.15 0.69 0.63
Hex A5 E2 60 1B 0 3A B 58 45 3F
Octal 245 342 140 33 0 72 13 130 105 77
Binary 10100101 11100010 1100000 11011 0 111010 1011 1011000 1000101 111111

Color Harmonies of #A5E260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E260

Black with #A5E260

Text Example


Text Example

White with #A5E260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E260; }

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

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

background-color css

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

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

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

border-color css

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

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

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