Html Css Color HEX #A8DB53 Conifer

📋 copy color: '#A8DB53'

red 168 ◦ green 219 ◦ blue 83

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

Shades of Conifer #A8DB53

Tints of Conifer #A8DB53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.66%

R = 35.74%
G = 46.6%
B = 17.66%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#A8DB53 (or 0xA8DB53) is known color: Conifer. HEX triplet: A8, DB and 53. RGB value is (168,219,83). Sum of RGB (Red+Green+Blue) = 168+219+83=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 219 (85.94% from 255 or 46.60% from 470); Blue value is 83 (32.81% from 255 or 17.66% from 470); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DB53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DB53 is #5724AC. Grayscale: #BCBCBC. Windows color (decimal): -5711021 or 5495720. OLE color: 5495720.

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

Color convert

RGB 168 219 83 -
CMYK 0.23 0 0.62 0.14
HSL 82.5º 0.65% 0.59% -
HSV(B) 82.5º 0.62% 0.86% -
XYZ 43.04 59.61 17.42 -
YUV 188.25 68.6 113.56 -
System Red Green Blue C M Y K H S L
Decimal 168 219 83 0.23 0 0.62 0.14 82.5 0.65 0.59
Hex A8 DB 53 17 0 3E E 52 41 3B
Octal 250 333 123 27 0 76 16 122 101 73
Binary 10101000 11011011 1010011 10111 0 111110 1110 1010010 1000001 111011

Color Harmonies of #A8DB53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DB53

Black with #A8DB53

Text Example


Text Example

White with #A8DB53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DB53; }

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

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

background-color css

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

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

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

border-color css

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

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

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