Html Css Color HEX #A8DD52 Conifer

📋 copy color: '#A8DD52'

red 168 ◦ green 221 ◦ blue 82

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

Shades of Conifer #A8DD52

Tints of Conifer #A8DD52

RGB

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

 GREEN value IS 221 (86.72% from 255) = 46.92%

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

R = 35.67%
G = 46.92%
B = 17.41%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#A8DD52 (or 0xA8DD52) is known color: Conifer. HEX triplet: A8, DD and 52. RGB value is (168,221,82). Sum of RGB (Red+Green+Blue) = 168+221+82=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 221 (86.72% from 255 or 46.92% from 471); Blue value is 82 (32.42% from 255 or 17.41% from 471); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DD52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DD52 is #5722AD. Grayscale: #BDBDBD. Windows color (decimal): -5710510 or 5430696. OLE color: 5430696.

HSL color Cylindrical-coordinate representation of color #A8DD52: hue angle of 82.88º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A8DD52 is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 221 82 -
CMYK 0.24 0 0.63 0.13
HSL 82.88º 0.67% 0.59% -
HSV(B) 82.88º 0.63% 0.87% -
XYZ 43.53 60.65 17.39 -
YUV 189.31 67.44 112.8 -
System Red Green Blue C M Y K H S L
Decimal 168 221 82 0.24 0 0.63 0.13 82.88 0.67 0.59
Hex A8 DD 52 18 0 3F D 53 43 3B
Octal 250 335 122 30 0 77 15 123 103 73
Binary 10101000 11011101 1010010 11000 0 111111 1101 1010011 1000011 111011

Color Harmonies of #A8DD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DD52

Black with #A8DD52

Text Example


Text Example

White with #A8DD52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DD52; }

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

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

background-color css

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

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

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

border-color css

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

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

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