Html Css Color HEX #A4CA50 Conifer

📋 copy color: '#A4CA50'

red 164 ◦ green 202 ◦ blue 80

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

Shades of Conifer #A4CA50

Tints of Conifer #A4CA50

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.29%

 BLUE value IS 80 (31.64% from 255) = 17.94%

R = 36.77%
G = 45.29%
B = 17.94%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#A4CA50 (or 0xA4CA50) is known color: Conifer. HEX triplet: A4, CA and 50. RGB value is (164,202,80). Sum of RGB (Red+Green+Blue) = 164+202+80=446 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.77% from 446); Green value is 202 (79.30% from 255 or 45.29% from 446); Blue value is 80 (31.64% from 255 or 17.94% from 446); Max value from RGB is 202 - color contains mainly: green. Hex color #A4CA50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4CA50 is #5B35AF. Grayscale: #B1B1B1. Windows color (decimal): -5977520 or 5294756. OLE color: 5294756.

HSL color Cylindrical-coordinate representation of color #A4CA50: hue angle of 78.69º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A4CA50 is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB 164 202 80 -
CMYK 0.19 0 0.60 0.21
HSL 78.69º 0.54% 0.55% -
HSV(B) 78.69º 0.6% 0.79% -
XYZ 37.88 50.71 15.38 -
YUV 176.73 73.41 118.92 -
System Red Green Blue C M Y K H S L
Decimal 164 202 80 0.19 0 0.60 0.21 78.69 0.54 0.55
Hex A4 CA 50 13 0 3C 15 4F 36 37
Octal 244 312 120 23 0 74 25 117 66 67
Binary 10100100 11001010 1010000 10011 0 111100 10101 1001111 110110 110111

Color Harmonies of #A4CA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CA50

Black with #A4CA50

Text Example


Text Example

White with #A4CA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CA50; }

 p { color: rgb(164,202,80); }

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

background-color css

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

 a { background-color: rgb(164,202,80); }

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

border-color css

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

 span { border-color: rgb(164,202,80); }

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