Html Css Color HEX #A8DB50 Conifer

📋 copy color: '#A8DB50'

red 168 ◦ green 219 ◦ blue 80

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

Shades of Conifer #A8DB50

Tints of Conifer #A8DB50

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.9%

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

R = 35.97%
G = 46.9%
B = 17.13%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#A8DB50 (or 0xA8DB50) is known color: Conifer. HEX triplet: A8, DB and 50. RGB value is (168,219,80). Sum of RGB (Red+Green+Blue) = 168+219+80=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 219 (85.94% from 255 or 46.90% from 467); Blue value is 80 (31.64% from 255 or 17.13% from 467); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DB50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DB50 is #5724AF. Grayscale: #BCBCBC. Windows color (decimal): -5711024 or 5299112. OLE color: 5299112.

HSL color Cylindrical-coordinate representation of color #A8DB50: hue angle of 82.01º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A8DB50 is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 219 80 -
CMYK 0.23 0 0.63 0.14
HSL 82.01º 0.66% 0.59% -
HSV(B) 82.01º 0.63% 0.86% -
XYZ 42.93 59.57 16.82 -
YUV 187.91 67.1 113.8 -
System Red Green Blue C M Y K H S L
Decimal 168 219 80 0.23 0 0.63 0.14 82.01 0.66 0.59
Hex A8 DB 50 17 0 3F E 52 42 3B
Octal 250 333 120 27 0 77 16 122 102 73
Binary 10101000 11011011 1010000 10111 0 111111 1110 1010010 1000010 111011

Color Harmonies of #A8DB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DB50

Black with #A8DB50

Text Example


Text Example

White with #A8DB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DB50; }

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

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

background-color css

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

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

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

border-color css

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

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

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