Html Css Color HEX #A8DC53 Conifer

📋 copy color: '#A8DC53'

red 168 ◦ green 220 ◦ blue 83

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

Shades of Conifer #A8DC53

Tints of Conifer #A8DC53

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.71%

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

R = 35.67%
G = 46.71%
B = 17.62%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#A8DC53 (or 0xA8DC53) is known color: Conifer. HEX triplet: A8, DC and 53. RGB value is (168,220,83). Sum of RGB (Red+Green+Blue) = 168+220+83=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 83 (32.81% from 255 or 17.62% from 471); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DC53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DC53 is #5723AC. Grayscale: #BDBDBD. Windows color (decimal): -5710765 or 5495976. OLE color: 5495976.

HSL color Cylindrical-coordinate representation of color #A8DC53: hue angle of 82.77º degrees, saturation: 0.66, 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 #A8DC53 is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 220 83 -
CMYK 0.24 0 0.62 0.14
HSL 82.77º 0.66% 0.59% -
HSV(B) 82.77º 0.62% 0.86% -
XYZ 43.3 60.14 17.51 -
YUV 188.83 68.27 113.14 -
System Red Green Blue C M Y K H S L
Decimal 168 220 83 0.24 0 0.62 0.14 82.77 0.66 0.59
Hex A8 DC 53 18 0 3E E 53 42 3B
Octal 250 334 123 30 0 76 16 123 102 73
Binary 10101000 11011100 1010011 11000 0 111110 1110 1010011 1000010 111011

Color Harmonies of #A8DC53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DC53

Black with #A8DC53

Text Example


Text Example

White with #A8DC53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DC53; }

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

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

background-color css

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

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

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

border-color css

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

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

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