Html Css Color HEX #A8DD50 Conifer

📋 copy color: '#A8DD50'

red 168 ◦ green 221 ◦ blue 80

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

Shades of Conifer #A8DD50

Tints of Conifer #A8DD50

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.12%

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

R = 35.82%
G = 47.12%
B = 17.06%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#A8DD50 (or 0xA8DD50) is known color: Conifer. HEX triplet: A8, DD and 50. RGB value is (168,221,80). Sum of RGB (Red+Green+Blue) = 168+221+80=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 221 (86.72% from 255 or 47.12% from 469); Blue value is 80 (31.64% from 255 or 17.06% from 469); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DD50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DD50 is #5722AF. Grayscale: #BDBDBD. Windows color (decimal): -5710512 or 5299624. OLE color: 5299624.

HSL color Cylindrical-coordinate representation of color #A8DD50: hue angle of 82.55º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A8DD50 is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 221 80 -
CMYK 0.24 0 0.64 0.13
HSL 82.55º 0.67% 0.59% -
HSV(B) 82.55º 0.64% 0.87% -
XYZ 43.45 60.62 17 -
YUV 189.08 66.44 112.96 -
System Red Green Blue C M Y K H S L
Decimal 168 221 80 0.24 0 0.64 0.13 82.55 0.67 0.59
Hex A8 DD 50 18 0 40 D 53 43 3B
Octal 250 335 120 30 0 100 15 123 103 73
Binary 10101000 11011101 1010000 11000 0 1000000 1101 1010011 1000011 111011

Color Harmonies of #A8DD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DD50

Black with #A8DD50

Text Example


Text Example

White with #A8DD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DD50; }

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

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

background-color css

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

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

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

border-color css

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

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

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