Html Css Color HEX #A8DD60 Conifer

📋 copy color: '#A8DD60'

red 168 ◦ green 221 ◦ blue 96

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

Shades of Conifer #A8DD60

Tints of Conifer #A8DD60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 19.79%

R = 34.64%
G = 45.57%
B = 19.79%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#A8DD60 (or 0xA8DD60) is known color: Conifer. HEX triplet: A8, DD and 60. RGB value is (168,221,96). Sum of RGB (Red+Green+Blue) = 168+221+96=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 96 (37.89% from 255 or 19.79% from 485); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DD60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DD60 is #57229F. Grayscale: #BFBFBF. Windows color (decimal): -5710496 or 6348200. OLE color: 6348200.

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

Color convert

RGB 168 221 96 -
CMYK 0.24 0 0.57 0.13
HSL 85.44º 0.65% 0.62% -
HSV(B) 85.44º 0.57% 0.87% -
XYZ 44.12 60.88 20.49 -
YUV 190.9 74.44 111.66 -
System Red Green Blue C M Y K H S L
Decimal 168 221 96 0.24 0 0.57 0.13 85.44 0.65 0.62
Hex A8 DD 60 18 0 39 D 55 41 3E
Octal 250 335 140 30 0 71 15 125 101 76
Binary 10101000 11011101 1100000 11000 0 111001 1101 1010101 1000001 111110

Color Harmonies of #A8DD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DD60

Black with #A8DD60

Text Example


Text Example

White with #A8DD60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DD60; }

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

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

background-color css

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

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

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

border-color css

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

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

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