Html Css Color HEX #A5D65A Conifer

📋 copy color: '#A5D65A'

red 165 ◦ green 214 ◦ blue 90

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

Shades of Conifer #A5D65A

Tints of Conifer #A5D65A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.63%

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

R = 35.18%
G = 45.63%
B = 19.19%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#A5D65A (or 0xA5D65A) is known color: Conifer. HEX triplet: A5, D6 and 5A. RGB value is (165,214,90). Sum of RGB (Red+Green+Blue) = 165+214+90=469 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.18% from 469); Green value is 214 (83.98% from 255 or 45.63% from 469); Blue value is 90 (35.55% from 255 or 19.19% from 469); Max value from RGB is 214 - color contains mainly: green. Hex color #A5D65A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D65A is #5A29A5. Grayscale: #B9B9B9. Windows color (decimal): -5908902 or 5953189. OLE color: 5953189.

HSL color Cylindrical-coordinate representation of color #A5D65A: hue angle of 83.71º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A5D65A is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 214 90 -
CMYK 0.23 0 0.58 0.16
HSL 83.71º 0.6% 0.6% -
HSV(B) 83.71º 0.58% 0.84% -
XYZ 41.41 56.83 18.46 -
YUV 185.21 74.27 113.58 -
System Red Green Blue C M Y K H S L
Decimal 165 214 90 0.23 0 0.58 0.16 83.71 0.6 0.6
Hex A5 D6 5A 17 0 3A 10 54 3C 3C
Octal 245 326 132 27 0 72 20 124 74 74
Binary 10100101 11010110 1011010 10111 0 111010 10000 1010100 111100 111100

Color Harmonies of #A5D65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D65A

Black with #A5D65A

Text Example


Text Example

White with #A5D65A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D65A; }

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

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

background-color css

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

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

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

border-color css

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

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

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