Html Css Color HEX #A5D15A Conifer

📋 copy color: '#A5D15A'

red 165 ◦ green 209 ◦ blue 90

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

Shades of Conifer #A5D15A

Tints of Conifer #A5D15A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 45.04%

 BLUE value IS 90 (35.55% from 255) = 19.4%

R = 35.56%
G = 45.04%
B = 19.4%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#A5D15A (or 0xA5D15A) is known color: Conifer. HEX triplet: A5, D1 and 5A. RGB value is (165,209,90). Sum of RGB (Red+Green+Blue) = 165+209+90=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 209 (82.03% from 255 or 45.04% from 464); Blue value is 90 (35.55% from 255 or 19.40% from 464); Max value from RGB is 209 - color contains mainly: green. Hex color #A5D15A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D15A is #5A2EA5. Grayscale: #B6B6B6. Windows color (decimal): -5910182 or 5951909. OLE color: 5951909.

HSL color Cylindrical-coordinate representation of color #A5D15A: hue angle of 82.18º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A5D15A is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 209 90 -
CMYK 0.21 0 0.57 0.18
HSL 82.18º 0.56% 0.59% -
HSV(B) 82.18º 0.57% 0.82% -
XYZ 40.16 54.34 18.04 -
YUV 182.28 75.92 115.68 -
System Red Green Blue C M Y K H S L
Decimal 165 209 90 0.21 0 0.57 0.18 82.18 0.56 0.59
Hex A5 D1 5A 15 0 39 12 52 38 3B
Octal 245 321 132 25 0 71 22 122 70 73
Binary 10100101 11010001 1011010 10101 0 111001 10010 1010010 111000 111011

Color Harmonies of #A5D15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D15A

Black with #A5D15A

Text Example


Text Example

White with #A5D15A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D15A; }

 p { color: rgb(165,209,90); }

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

background-color css

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

 a { background-color: rgb(165,209,90); }

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

border-color css

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

 span { border-color: rgb(165,209,90); }

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