Html Css Color HEX #A8DD62 Conifer

📋 copy color: '#A8DD62'

red 168 ◦ green 221 ◦ blue 98

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

Shades of Conifer #A8DD62

Tints of Conifer #A8DD62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.12%

R = 34.5%
G = 45.38%
B = 20.12%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#A8DD62 (or 0xA8DD62) is known color: Conifer. HEX triplet: A8, DD and 62. RGB value is (168,221,98). Sum of RGB (Red+Green+Blue) = 168+221+98=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 221 (86.72% from 255 or 45.38% from 487); Blue value is 98 (38.67% from 255 or 20.12% from 487); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DD62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DD62 is #57229D. Grayscale: #BFBFBF. Windows color (decimal): -5710494 or 6479272. OLE color: 6479272.

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

Color convert

RGB 168 221 98 -
CMYK 0.24 0 0.56 0.13
HSL 85.85º 0.64% 0.63% -
HSV(B) 85.85º 0.56% 0.87% -
XYZ 44.21 60.92 20.98 -
YUV 191.13 75.44 111.5 -
System Red Green Blue C M Y K H S L
Decimal 168 221 98 0.24 0 0.56 0.13 85.85 0.64 0.63
Hex A8 DD 62 18 0 38 D 56 40 3F
Octal 250 335 142 30 0 70 15 126 100 77
Binary 10101000 11011101 1100010 11000 0 111000 1101 1010110 1000000 111111

Color Harmonies of #A8DD62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DD62

Black with #A8DD62

Text Example


Text Example

White with #A8DD62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DD62; }

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

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

background-color css

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

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

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

border-color css

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

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

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