Html Css Color HEX #A8D35D Conifer

📋 copy color: '#A8D35D'

red 168 ◦ green 211 ◦ blue 93

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

Shades of Conifer #A8D35D

Tints of Conifer #A8D35D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.7%

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

R = 35.59%
G = 44.7%
B = 19.7%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#A8D35D (or 0xA8D35D) is known color: Conifer. HEX triplet: A8, D3 and 5D. RGB value is (168,211,93). Sum of RGB (Red+Green+Blue) = 168+211+93=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 211 (82.81% from 255 or 44.70% from 472); Blue value is 93 (36.72% from 255 or 19.70% from 472); Max value from RGB is 211 - color contains mainly: green. Hex color #A8D35D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D35D is #572CA2. Grayscale: #B9B9B9. Windows color (decimal): -5713059 or 6149032. OLE color: 6149032.

HSL color Cylindrical-coordinate representation of color #A8D35D: hue angle of 81.86º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A8D35D is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB 168 211 93 -
CMYK 0.20 0 0.56 0.17
HSL 81.86º 0.57% 0.6% -
HSV(B) 81.86º 0.56% 0.83% -
XYZ 41.42 55.7 18.92 -
YUV 184.69 76.25 116.09 -
System Red Green Blue C M Y K H S L
Decimal 168 211 93 0.20 0 0.56 0.17 81.86 0.57 0.6
Hex A8 D3 5D 14 0 38 11 52 39 3C
Octal 250 323 135 24 0 70 21 122 71 74
Binary 10101000 11010011 1011101 10100 0 111000 10001 1010010 111001 111100

Color Harmonies of #A8D35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D35D

Black with #A8D35D

Text Example


Text Example

White with #A8D35D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D35D; }

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

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

background-color css

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

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

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

border-color css

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

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

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