Html Css Color HEX #A8DD48 Conifer

📋 copy color: '#A8DD48'

red 168 ◦ green 221 ◦ blue 72

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

Shades of Conifer #A8DD48

Tints of Conifer #A8DD48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.62%

R = 36.44%
G = 47.94%
B = 15.62%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#A8DD48 (or 0xA8DD48) is known color: Conifer. HEX triplet: A8, DD and 48. RGB value is (168,221,72). Sum of RGB (Red+Green+Blue) = 168+221+72=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 221 (86.72% from 255 or 47.94% from 461); Blue value is 72 (28.52% from 255 or 15.62% from 461); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DD48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DD48 is #5722B7. Grayscale: #BCBCBC. Windows color (decimal): -5710520 or 4775336. OLE color: 4775336.

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

Color convert

RGB 168 221 72 -
CMYK 0.24 0 0.67 0.13
HSL 81.34º 0.69% 0.57% -
HSV(B) 81.34º 0.67% 0.87% -
XYZ 43.17 60.51 15.53 -
YUV 188.17 62.44 113.62 -
System Red Green Blue C M Y K H S L
Decimal 168 221 72 0.24 0 0.67 0.13 81.34 0.69 0.57
Hex A8 DD 48 18 0 43 D 51 45 39
Octal 250 335 110 30 0 103 15 121 105 71
Binary 10101000 11011101 1001000 11000 0 1000011 1101 1010001 1000101 111001

Color Harmonies of #A8DD48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DD48

Black with #A8DD48

Text Example


Text Example

White with #A8DD48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DD48; }

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

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

background-color css

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

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

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

border-color css

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

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

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