Html Css Color HEX #A8D952 Conifer

📋 copy color: '#A8D952'

red 168 ◦ green 217 ◦ blue 82

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

Shades of Conifer #A8D952

Tints of Conifer #A8D952

RGB

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

 GREEN value IS 217 (85.16% from 255) = 46.47%

 BLUE value IS 82 (32.42% from 255) = 17.56%

R = 35.97%
G = 46.47%
B = 17.56%

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

#A8D952 (or 0xA8D952) is known color: Conifer. HEX triplet: A8, D9 and 52. RGB value is (168,217,82). Sum of RGB (Red+Green+Blue) = 168+217+82=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 217 (85.16% from 255 or 46.47% from 467); Blue value is 82 (32.42% from 255 or 17.56% from 467); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D952 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D952 is #5726AD. Grayscale: #BBBBBB. Windows color (decimal): -5711534 or 5429672. OLE color: 5429672.

HSL color Cylindrical-coordinate representation of color #A8D952: hue angle of 81.78º degrees, saturation: 0.64, 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 #A8D952 is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 217 82 -
CMYK 0.23 0 0.62 0.15
HSL 81.78º 0.64% 0.59% -
HSV(B) 81.78º 0.62% 0.85% -
XYZ 42.48 58.56 17.05 -
YUV 186.96 68.77 114.48 -
System Red Green Blue C M Y K H S L
Decimal 168 217 82 0.23 0 0.62 0.15 81.78 0.64 0.59
Hex A8 D9 52 17 0 3E F 52 40 3B
Octal 250 331 122 27 0 76 17 122 100 73
Binary 10101000 11011001 1010010 10111 0 111110 1111 1010010 1000000 111011

Color Harmonies of #A8D952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D952

Black with #A8D952

Text Example


Text Example

White with #A8D952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D952; }

 p { color: rgb(168,217,82); }

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

background-color css

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

 a { background-color: rgb(168,217,82); }

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

border-color css

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

 span { border-color: rgb(168,217,82); }

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