Html Css Color HEX #A4D950 Conifer

📋 copy color: '#A4D950'

red 164 ◦ green 217 ◦ blue 80

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

Shades of Conifer #A4D950

Tints of Conifer #A4D950

RGB

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

 GREEN value IS 217 (85.16% from 255) = 47.07%

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

R = 35.57%
G = 47.07%
B = 17.35%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#A4D950 (or 0xA4D950) is known color: Conifer. HEX triplet: A4, D9 and 50. RGB value is (164,217,80). Sum of RGB (Red+Green+Blue) = 164+217+80=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 217 (85.16% from 255 or 47.07% from 461); Blue value is 80 (31.64% from 255 or 17.35% from 461); Max value from RGB is 217 - color contains mainly: green. Hex color #A4D950 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D950 is #5B26AF. Grayscale: #BABABA. Windows color (decimal): -5973680 or 5298596. OLE color: 5298596.

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

Color convert

RGB 164 217 80 -
CMYK 0.24 0 0.63 0.15
HSL 83.21º 0.64% 0.58% -
HSV(B) 83.21º 0.63% 0.85% -
XYZ 41.57 58.1 16.61 -
YUV 185.54 68.44 112.64 -
System Red Green Blue C M Y K H S L
Decimal 164 217 80 0.24 0 0.63 0.15 83.21 0.64 0.58
Hex A4 D9 50 18 0 3F F 53 40 3A
Octal 244 331 120 30 0 77 17 123 100 72
Binary 10100100 11011001 1010000 11000 0 111111 1111 1010011 1000000 111010

Color Harmonies of #A4D950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D950

Black with #A4D950

Text Example


Text Example

White with #A4D950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D950; }

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

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

background-color css

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

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

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

border-color css

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

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

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