Html Css Color HEX #A5D94A Conifer

📋 copy color: '#A5D94A'

red 165 ◦ green 217 ◦ blue 74

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

Shades of Conifer #A5D94A

Tints of Conifer #A5D94A

RGB

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

 GREEN value IS 217 (85.16% from 255) = 47.59%

 BLUE value IS 74 (29.3% from 255) = 16.23%

R = 36.18%
G = 47.59%
B = 16.23%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#A5D94A (or 0xA5D94A) is known color: Conifer. HEX triplet: A5, D9 and 4A. RGB value is (165,217,74). Sum of RGB (Red+Green+Blue) = 165+217+74=456 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.18% from 456); Green value is 217 (85.16% from 255 or 47.59% from 456); Blue value is 74 (29.30% from 255 or 16.23% from 456); Max value from RGB is 217 - color contains mainly: green. Hex color #A5D94A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5D94A is #5A26B5. Grayscale: #B9B9B9. Windows color (decimal): -5908150 or 4905381. OLE color: 4905381.

HSL color Cylindrical-coordinate representation of color #A5D94A: hue angle of 81.82º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A5D94A is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 217 74 -
CMYK 0.24 0 0.66 0.15
HSL 81.82º 0.65% 0.57% -
HSV(B) 81.82º 0.66% 0.85% -
XYZ 41.57 58.12 15.51 -
YUV 185.15 65.27 113.63 -
System Red Green Blue C M Y K H S L
Decimal 165 217 74 0.24 0 0.66 0.15 81.82 0.65 0.57
Hex A5 D9 4A 18 0 42 F 52 41 39
Octal 245 331 112 30 0 102 17 122 101 71
Binary 10100101 11011001 1001010 11000 0 1000010 1111 1010010 1000001 111001

Color Harmonies of #A5D94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D94A

Black with #A5D94A

Text Example


Text Example

White with #A5D94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D94A; }

 p { color: rgb(165,217,74); }

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

background-color css

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

 a { background-color: rgb(165,217,74); }

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

border-color css

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

 span { border-color: rgb(165,217,74); }

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