Html Css Color HEX #ADC38F Norway

📋 copy color: '#ADC38F'

red 173 ◦ green 195 ◦ blue 143

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

Shades of Norway #ADC38F

Tints of Norway #ADC38F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.16%

 BLUE value IS 143 (56.25% from 255) = 27.98%

R = 33.86%
G = 38.16%
B = 27.98%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#ADC38F (or 0xADC38F) is known color: Norway. HEX triplet: AD, C3 and 8F. RGB value is (173,195,143). Sum of RGB (Red+Green+Blue) = 173+195+143=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 195 (76.56% from 255 or 38.16% from 511); Blue value is 143 (56.25% from 255 or 27.98% from 511); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC38F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC38F is #523C70. Grayscale: #B6B6B6. Windows color (decimal): -5389425 or 9421741. OLE color: 9421741.

HSL color Cylindrical-coordinate representation of color #ADC38F: hue angle of 85.38º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADC38F is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 195 143 -
CMYK 0.11 0 0.27 0.24
HSL 85.38º 0.3% 0.66% -
HSV(B) 85.38º 0.27% 0.76% -
XYZ 41.71 49.9 33.42 -
YUV 182.49 105.71 121.23 -
System Red Green Blue C M Y K H S L
Decimal 173 195 143 0.11 0 0.27 0.24 85.38 0.3 0.66
Hex AD C3 8F B 0 1B 18 55 1E 42
Octal 255 303 217 13 0 33 30 125 36 102
Binary 10101101 11000011 10001111 1011 0 11011 11000 1010101 11110 1000010

Color Harmonies of #ADC38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC38F

Black with #ADC38F

Text Example


Text Example

White with #ADC38F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC38F; }

 p { color: rgb(173,195,143); }

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

background-color css

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

 a { background-color: rgb(173,195,143); }

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

border-color css

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

 span { border-color: rgb(173,195,143); }

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