Html Css Color HEX #A8D950 Conifer

📋 copy color: '#A8D950'

red 168 ◦ green 217 ◦ blue 80

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

Shades of Conifer #A8D950

Tints of Conifer #A8D950

RGB

 RED value IS 168 (66.02% from 255) = 36.13%

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

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

R = 36.13%
G = 46.67%
B = 17.2%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#A8D950 (or 0xA8D950) is known color: Conifer. HEX triplet: A8, D9 and 50. RGB value is (168,217,80). Sum of RGB (Red+Green+Blue) = 168+217+80=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 217 (85.16% from 255 or 46.67% from 465); Blue value is 80 (31.64% from 255 or 17.20% from 465); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D950 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D950 is #5726AF. Grayscale: #BBBBBB. Windows color (decimal): -5711536 or 5298600. OLE color: 5298600.

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

Color convert

RGB 168 217 80 -
CMYK 0.23 0 0.63 0.15
HSL 81.46º 0.64% 0.58% -
HSV(B) 81.46º 0.63% 0.85% -
XYZ 42.41 58.53 16.65 -
YUV 186.73 67.77 114.64 -
System Red Green Blue C M Y K H S L
Decimal 168 217 80 0.23 0 0.63 0.15 81.46 0.64 0.58
Hex A8 D9 50 17 0 3F F 51 40 3A
Octal 250 331 120 27 0 77 17 121 100 72
Binary 10101000 11011001 1010000 10111 0 111111 1111 1010001 1000000 111010

Color Harmonies of #A8D950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D950

Black with #A8D950

Text Example


Text Example

White with #A8D950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D950; }

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

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

background-color css

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

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

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

border-color css

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

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

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