Html Css Color HEX #A8DA53 Conifer

📋 copy color: '#A8DA53'

red 168 ◦ green 218 ◦ blue 83

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

Shades of Conifer #A8DA53

Tints of Conifer #A8DA53

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.48%

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

R = 35.82%
G = 46.48%
B = 17.7%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#A8DA53 (or 0xA8DA53) is known color: Conifer. HEX triplet: A8, DA and 53. RGB value is (168,218,83). Sum of RGB (Red+Green+Blue) = 168+218+83=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 218 (85.55% from 255 or 46.48% from 469); Blue value is 83 (32.81% from 255 or 17.70% from 469); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DA53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DA53 is #5725AC. Grayscale: #BCBCBC. Windows color (decimal): -5711277 or 5495464. OLE color: 5495464.

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

Color convert

RGB 168 218 83 -
CMYK 0.23 0 0.62 0.15
HSL 82.22º 0.65% 0.59% -
HSV(B) 82.22º 0.62% 0.85% -
XYZ 42.78 59.09 17.33 -
YUV 187.66 68.94 113.98 -
System Red Green Blue C M Y K H S L
Decimal 168 218 83 0.23 0 0.62 0.15 82.22 0.65 0.59
Hex A8 DA 53 17 0 3E F 52 41 3B
Octal 250 332 123 27 0 76 17 122 101 73
Binary 10101000 11011010 1010011 10111 0 111110 1111 1010010 1000001 111011

Color Harmonies of #A8DA53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DA53

Black with #A8DA53

Text Example


Text Example

White with #A8DA53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DA53; }

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

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

background-color css

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

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

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

border-color css

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

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

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