Html Css Color HEX #A4DA50 Conifer

📋 copy color: '#A4DA50'

red 164 ◦ green 218 ◦ blue 80

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

Shades of Conifer #A4DA50

Tints of Conifer #A4DA50

RGB

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

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

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

R = 35.5%
G = 47.19%
B = 17.32%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#A4DA50 (or 0xA4DA50) is known color: Conifer. HEX triplet: A4, DA and 50. RGB value is (164,218,80). Sum of RGB (Red+Green+Blue) = 164+218+80=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 218 (85.55% from 255 or 47.19% from 462); Blue value is 80 (31.64% from 255 or 17.32% from 462); Max value from RGB is 218 - color contains mainly: green. Hex color #A4DA50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4DA50 is #5B25AF. Grayscale: #BABABA. Windows color (decimal): -5973424 or 5298852. OLE color: 5298852.

HSL color Cylindrical-coordinate representation of color #A4DA50: hue angle of 83.48º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A4DA50 is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 218 80 -
CMYK 0.25 0 0.63 0.15
HSL 83.48º 0.65% 0.58% -
HSV(B) 83.48º 0.63% 0.85% -
XYZ 41.83 58.61 16.7 -
YUV 186.12 68.11 112.22 -
System Red Green Blue C M Y K H S L
Decimal 164 218 80 0.25 0 0.63 0.15 83.48 0.65 0.58
Hex A4 DA 50 19 0 3F F 53 41 3A
Octal 244 332 120 31 0 77 17 123 101 72
Binary 10100100 11011010 1010000 11001 0 111111 1111 1010011 1000001 111010

Color Harmonies of #A4DA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DA50

Black with #A4DA50

Text Example


Text Example

White with #A4DA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DA50; }

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

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

background-color css

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

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

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

border-color css

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

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

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