Html Css Color HEX #ADC58F Norway

📋 copy color: '#ADC58F'

red 173 ◦ green 197 ◦ blue 143

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

Shades of Norway #ADC58F

Tints of Norway #ADC58F

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.4%

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

R = 33.72%
G = 38.4%
B = 27.88%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#ADC58F (or 0xADC58F) is known color: Norway. HEX triplet: AD, C5 and 8F. RGB value is (173,197,143). Sum of RGB (Red+Green+Blue) = 173+197+143=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 197 (77.34% from 255 or 38.40% from 513); Blue value is 143 (56.25% from 255 or 27.88% from 513); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC58F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC58F is #523A70. Grayscale: #B7B7B7. Windows color (decimal): -5388913 or 9422253. OLE color: 9422253.

HSL color Cylindrical-coordinate representation of color #ADC58F: hue angle of 86.67º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADC58F is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB 173 197 143 -
CMYK 0.12 0 0.27 0.23
HSL 86.67º 0.32% 0.67% -
HSV(B) 86.67º 0.27% 0.77% -
XYZ 42.16 50.8 33.57 -
YUV 183.67 105.05 120.39 -
System Red Green Blue C M Y K H S L
Decimal 173 197 143 0.12 0 0.27 0.23 86.67 0.32 0.67
Hex AD C5 8F C 0 1B 17 57 20 43
Octal 255 305 217 14 0 33 27 127 40 103
Binary 10101101 11000101 10001111 1100 0 11011 10111 1010111 100000 1000011

Color Harmonies of #ADC58F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC58F

Black with #ADC58F

Text Example


Text Example

White with #ADC58F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC58F; }

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

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

background-color css

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

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

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

border-color css

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

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

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