Html Css Color HEX #A4EC53 Conifer

📋 copy color: '#A4EC53'

red 164 ◦ green 236 ◦ blue 83

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

Shades of Conifer #A4EC53

Tints of Conifer #A4EC53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.18%

R = 33.95%
G = 48.86%
B = 17.18%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#A4EC53 (or 0xA4EC53) is known color: Conifer. HEX triplet: A4, EC and 53. RGB value is (164,236,83). Sum of RGB (Red+Green+Blue) = 164+236+83=483 (63% of max value = 765). Red value is 164 (64.45% from 255 or 33.95% from 483); Green value is 236 (92.58% from 255 or 48.86% from 483); Blue value is 83 (32.81% from 255 or 17.18% from 483); Max value from RGB is 236 - color contains mainly: green. Hex color #A4EC53 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4EC53 is #5B13AC. Grayscale: #C5C5C5. Windows color (decimal): -5968813 or 5500068. OLE color: 5500068.

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

Color convert

RGB 164 236 83 -
CMYK 0.31 0 0.65 0.07
HSL 88.24º 0.8% 0.63% -
HSV(B) 88.24º 0.65% 0.93% -
XYZ 46.87 68.51 18.94 -
YUV 197.03 63.65 104.44 -
System Red Green Blue C M Y K H S L
Decimal 164 236 83 0.31 0 0.65 0.07 88.24 0.8 0.63
Hex A4 EC 53 1F 0 41 7 58 50 3F
Octal 244 354 123 37 0 101 7 130 120 77
Binary 10100100 11101100 1010011 11111 0 1000001 111 1011000 1010000 111111

Color Harmonies of #A4EC53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4EC53

Black with #A4EC53

Text Example


Text Example

White with #A4EC53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4EC53; }

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

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

background-color css

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

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

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

border-color css

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

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

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