Html Css Color HEX #A8DD46 Conifer

📋 copy color: '#A8DD46'

red 168 ◦ green 221 ◦ blue 70

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

Shades of Conifer #A8DD46

Tints of Conifer #A8DD46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.25%

R = 36.6%
G = 48.15%
B = 15.25%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#A8DD46 (or 0xA8DD46) is known color: Conifer. HEX triplet: A8, DD and 46. RGB value is (168,221,70). Sum of RGB (Red+Green+Blue) = 168+221+70=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 221 (86.72% from 255 or 48.15% from 459); Blue value is 70 (27.73% from 255 or 15.25% from 459); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DD46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DD46 is #5722B9. Grayscale: #BCBCBC. Windows color (decimal): -5710522 or 4644264. OLE color: 4644264.

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

Color convert

RGB 168 221 70 -
CMYK 0.24 0 0.68 0.13
HSL 81.06º 0.69% 0.57% -
HSV(B) 81.06º 0.68% 0.87% -
XYZ 43.11 60.48 15.2 -
YUV 187.94 61.44 113.78 -
System Red Green Blue C M Y K H S L
Decimal 168 221 70 0.24 0 0.68 0.13 81.06 0.69 0.57
Hex A8 DD 46 18 0 44 D 51 45 39
Octal 250 335 106 30 0 104 15 121 105 71
Binary 10101000 11011101 1000110 11000 0 1000100 1101 1010001 1000101 111001

Color Harmonies of #A8DD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DD46

Black with #A8DD46

Text Example


Text Example

White with #A8DD46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DD46; }

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

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

background-color css

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

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

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

border-color css

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

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

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