Html Css Color HEX #ADC88E Norway

📋 copy color: '#ADC88E'

red 173 ◦ green 200 ◦ blue 142

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

Shades of Norway #ADC88E

Tints of Norway #ADC88E

RGB

 RED value IS 173 (67.97% from 255) = 33.59%

 GREEN value IS 200 (78.52% from 255) = 38.83%

 BLUE value IS 142 (55.86% from 255) = 27.57%

R = 33.59%
G = 38.83%
B = 27.57%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#ADC88E (or 0xADC88E) is known color: Norway. HEX triplet: AD, C8 and 8E. RGB value is (173,200,142). Sum of RGB (Red+Green+Blue) = 173+200+142=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 200 (78.52% from 255 or 38.83% from 515); Blue value is 142 (55.86% from 255 or 27.57% from 515); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC88E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC88E is #523771. Grayscale: #B9B9B9. Windows color (decimal): -5388146 or 9357485. OLE color: 9357485.

HSL color Cylindrical-coordinate representation of color #ADC88E: hue angle of 87.93º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADC88E is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 200 142 -
CMYK 0.14 0 0.29 0.22
HSL 87.93º 0.35% 0.67% -
HSV(B) 87.93º 0.29% 0.78% -
XYZ 42.77 52.15 33.4 -
YUV 185.32 103.55 119.22 -
System Red Green Blue C M Y K H S L
Decimal 173 200 142 0.14 0 0.29 0.22 87.93 0.35 0.67
Hex AD C8 8E E 0 1D 16 58 23 43
Octal 255 310 216 16 0 35 26 130 43 103
Binary 10101101 11001000 10001110 1110 0 11101 10110 1011000 100011 1000011

Color Harmonies of #ADC88E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC88E

Black with #ADC88E

Text Example


Text Example

White with #ADC88E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC88E; }

 p { color: rgb(173,200,142); }

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

background-color css

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

 a { background-color: rgb(173,200,142); }

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

border-color css

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

 span { border-color: rgb(173,200,142); }

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