Html Css Color HEX #A8D75D Conifer

📋 copy color: '#A8D75D'

red 168 ◦ green 215 ◦ blue 93

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

Shades of Conifer #A8D75D

Tints of Conifer #A8D75D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.17%

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

R = 35.29%
G = 45.17%
B = 19.54%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#A8D75D (or 0xA8D75D) is known color: Conifer. HEX triplet: A8, D7 and 5D. RGB value is (168,215,93). Sum of RGB (Red+Green+Blue) = 168+215+93=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 215 (84.38% from 255 or 45.17% from 476); Blue value is 93 (36.72% from 255 or 19.54% from 476); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D75D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D75D is #5728A2. Grayscale: #BBBBBB. Windows color (decimal): -5712035 or 6150056. OLE color: 6150056.

HSL color Cylindrical-coordinate representation of color #A8D75D: hue angle of 83.11º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8D75D is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 215 93 -
CMYK 0.22 0 0.57 0.16
HSL 83.11º 0.6% 0.6% -
HSV(B) 83.11º 0.57% 0.84% -
XYZ 42.42 57.72 19.26 -
YUV 187.04 74.93 114.42 -
System Red Green Blue C M Y K H S L
Decimal 168 215 93 0.22 0 0.57 0.16 83.11 0.6 0.6
Hex A8 D7 5D 16 0 39 10 53 3C 3C
Octal 250 327 135 26 0 71 20 123 74 74
Binary 10101000 11010111 1011101 10110 0 111001 10000 1010011 111100 111100

Color Harmonies of #A8D75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D75D

Black with #A8D75D

Text Example


Text Example

White with #A8D75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D75D; }

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

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

background-color css

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

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

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

border-color css

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

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

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