Html Css Color HEX #A4DA5E Conifer

📋 copy color: '#A4DA5E'

red 164 ◦ green 218 ◦ blue 94

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

Shades of Conifer #A4DA5E

Tints of Conifer #A4DA5E

RGB

 RED value IS 164 (64.45% from 255) = 34.45%

 GREEN value IS 218 (85.55% from 255) = 45.8%

 BLUE value IS 94 (37.11% from 255) = 19.75%

R = 34.45%
G = 45.8%
B = 19.75%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#A4DA5E (or 0xA4DA5E) is known color: Conifer. HEX triplet: A4, DA and 5E. RGB value is (164,218,94). Sum of RGB (Red+Green+Blue) = 164+218+94=476 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.45% from 476); Green value is 218 (85.55% from 255 or 45.80% from 476); Blue value is 94 (37.11% from 255 or 19.75% from 476); Max value from RGB is 218 - color contains mainly: green. Hex color #A4DA5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4DA5E is #5B25A1. Grayscale: #BCBCBC. Windows color (decimal): -5973410 or 6216356. OLE color: 6216356.

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

Color convert

RGB 164 218 94 -
CMYK 0.25 0 0.57 0.15
HSL 86.13º 0.63% 0.61% -
HSV(B) 86.13º 0.57% 0.85% -
XYZ 42.4 58.84 19.71 -
YUV 187.72 75.11 111.08 -
System Red Green Blue C M Y K H S L
Decimal 164 218 94 0.25 0 0.57 0.15 86.13 0.63 0.61
Hex A4 DA 5E 19 0 39 F 56 3F 3D
Octal 244 332 136 31 0 71 17 126 77 75
Binary 10100100 11011010 1011110 11001 0 111001 1111 1010110 111111 111101

Color Harmonies of #A4DA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DA5E

Black with #A4DA5E

Text Example


Text Example

White with #A4DA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DA5E; }

 p { color: rgb(164,218,94); }

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

background-color css

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

 a { background-color: rgb(164,218,94); }

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

border-color css

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

 span { border-color: rgb(164,218,94); }

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