Html Css Color HEX #A4D85D Conifer

📋 copy color: '#A4D85D'

red 164 ◦ green 216 ◦ blue 93

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

Shades of Conifer #A4D85D

Tints of Conifer #A4D85D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.67%

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

R = 34.67%
G = 45.67%
B = 19.66%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#A4D85D (or 0xA4D85D) is known color: Conifer. HEX triplet: A4, D8 and 5D. RGB value is (164,216,93). Sum of RGB (Red+Green+Blue) = 164+216+93=473 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.67% from 473); Green value is 216 (84.77% from 255 or 45.67% from 473); Blue value is 93 (36.72% from 255 or 19.66% from 473); Max value from RGB is 216 - color contains mainly: green. Hex color #A4D85D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D85D is #5B27A2. Grayscale: #BABABA. Windows color (decimal): -5973923 or 6150308. OLE color: 6150308.

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

Color convert

RGB 164 216 93 -
CMYK 0.24 0 0.57 0.15
HSL 85.37º 0.61% 0.61% -
HSV(B) 85.37º 0.57% 0.85% -
XYZ 41.84 57.79 19.31 -
YUV 186.43 75.27 112 -
System Red Green Blue C M Y K H S L
Decimal 164 216 93 0.24 0 0.57 0.15 85.37 0.61 0.61
Hex A4 D8 5D 18 0 39 F 55 3D 3D
Octal 244 330 135 30 0 71 17 125 75 75
Binary 10100100 11011000 1011101 11000 0 111001 1111 1010101 111101 111101

Color Harmonies of #A4D85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D85D

Black with #A4D85D

Text Example


Text Example

White with #A4D85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D85D; }

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

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

background-color css

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

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

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

border-color css

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

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

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