Html Css Color HEX #A4EC5D Conifer

📋 copy color: '#A4EC5D'

red 164 ◦ green 236 ◦ blue 93

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

Shades of Conifer #A4EC5D

Tints of Conifer #A4EC5D

RGB

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

 GREEN value IS 236 (92.58% from 255) = 47.87%

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

R = 33.27%
G = 47.87%
B = 18.86%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#A4EC5D (or 0xA4EC5D) is known color: Conifer. HEX triplet: A4, EC and 5D. RGB value is (164,236,93). Sum of RGB (Red+Green+Blue) = 164+236+93=493 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.27% from 493); Green value is 236 (92.58% from 255 or 47.87% from 493); Blue value is 93 (36.72% from 255 or 18.86% from 493); Max value from RGB is 236 - color contains mainly: green. Hex color #A4EC5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4EC5D is #5B13A2. Grayscale: #C6C6C6. Windows color (decimal): -5968803 or 6155428. OLE color: 6155428.

HSL color Cylindrical-coordinate representation of color #A4EC5D: hue angle of 90.21º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A4EC5D is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 236 93 -
CMYK 0.31 0 0.61 0.07
HSL 90.21º 0.79% 0.65% -
HSV(B) 90.21º 0.61% 0.93% -
XYZ 47.28 68.67 21.12 -
YUV 198.17 68.65 103.63 -
System Red Green Blue C M Y K H S L
Decimal 164 236 93 0.31 0 0.61 0.07 90.21 0.79 0.65
Hex A4 EC 5D 1F 0 3D 7 5A 4F 41
Octal 244 354 135 37 0 75 7 132 117 101
Binary 10100100 11101100 1011101 11111 0 111101 111 1011010 1001111 1000001

Color Harmonies of #A4EC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4EC5D

Black with #A4EC5D

Text Example


Text Example

White with #A4EC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4EC5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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