Html Css Color HEX #A8DA5D Conifer

📋 copy color: '#A8DA5D'

red 168 ◦ green 218 ◦ blue 93

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

Shades of Conifer #A8DA5D

Tints of Conifer #A8DA5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.42%

R = 35.07%
G = 45.51%
B = 19.42%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#A8DA5D (or 0xA8DA5D) is known color: Conifer. HEX triplet: A8, DA and 5D. RGB value is (168,218,93). Sum of RGB (Red+Green+Blue) = 168+218+93=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 218 (85.55% from 255 or 45.51% from 479); Blue value is 93 (36.72% from 255 or 19.42% from 479); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DA5D is #5725A2. Grayscale: #BDBDBD. Windows color (decimal): -5711267 or 6150824. OLE color: 6150824.

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

Color convert

RGB 168 218 93 -
CMYK 0.23 0 0.57 0.15
HSL 84º 0.63% 0.61% -
HSV(B) 84º 0.57% 0.85% -
XYZ 43.2 59.26 19.52 -
YUV 188.8 73.94 113.16 -
System Red Green Blue C M Y K H S L
Decimal 168 218 93 0.23 0 0.57 0.15 84 0.63 0.61
Hex A8 DA 5D 17 0 39 F 54 3F 3D
Octal 250 332 135 27 0 71 17 124 77 75
Binary 10101000 11011010 1011101 10111 0 111001 1111 1010100 111111 111101

Color Harmonies of #A8DA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DA5D

Black with #A8DA5D

Text Example


Text Example

White with #A8DA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DA5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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