Html Css Color HEX #A4DA5D Conifer

📋 copy color: '#A4DA5D'

red 164 ◦ green 218 ◦ blue 93

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

Shades of Conifer #A4DA5D

Tints of Conifer #A4DA5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.58%

R = 34.53%
G = 45.89%
B = 19.58%

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

#A4DA5D (or 0xA4DA5D) is known color: Conifer. HEX triplet: A4, DA and 5D. RGB value is (164,218,93). Sum of RGB (Red+Green+Blue) = 164+218+93=475 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.53% from 475); Green value is 218 (85.55% from 255 or 45.89% from 475); Blue value is 93 (36.72% from 255 or 19.58% from 475); Max value from RGB is 218 - color contains mainly: green. Hex color #A4DA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4DA5D is #5B25A2. Grayscale: #BCBCBC. Windows color (decimal): -5973411 or 6150820. OLE color: 6150820.

HSL color Cylindrical-coordinate representation of color #A4DA5D: hue angle of 85.92º 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 #A4DA5D is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 218 93 -
CMYK 0.25 0 0.57 0.15
HSL 85.92º 0.63% 0.61% -
HSV(B) 85.92º 0.57% 0.85% -
XYZ 42.36 58.83 19.48 -
YUV 187.6 74.61 111.16 -
System Red Green Blue C M Y K H S L
Decimal 164 218 93 0.25 0 0.57 0.15 85.92 0.63 0.61
Hex A4 DA 5D 19 0 39 F 56 3F 3D
Octal 244 332 135 31 0 71 17 126 77 75
Binary 10100100 11011010 1011101 11001 0 111001 1111 1010110 111111 111101

Color Harmonies of #A4DA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DA5D

Black with #A4DA5D

Text Example


Text Example

White with #A4DA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DA5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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