Html Css Color HEX #ADC68F Norway

📋 copy color: '#ADC68F'

red 173 ◦ green 198 ◦ blue 143

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

Shades of Norway #ADC68F

Tints of Norway #ADC68F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.52%

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

R = 33.66%
G = 38.52%
B = 27.82%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#ADC68F (or 0xADC68F) is known color: Norway. HEX triplet: AD, C6 and 8F. RGB value is (173,198,143). Sum of RGB (Red+Green+Blue) = 173+198+143=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 198 (77.73% from 255 or 38.52% from 514); Blue value is 143 (56.25% from 255 or 27.82% from 514); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC68F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC68F is #523970. Grayscale: #B8B8B8. Windows color (decimal): -5388657 or 9422509. OLE color: 9422509.

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

Color convert

RGB 173 198 143 -
CMYK 0.13 0 0.28 0.22
HSL 87.27º 0.33% 0.67% -
HSV(B) 87.27º 0.28% 0.78% -
XYZ 42.39 51.26 33.65 -
YUV 184.26 104.72 119.97 -
System Red Green Blue C M Y K H S L
Decimal 173 198 143 0.13 0 0.28 0.22 87.27 0.33 0.67
Hex AD C6 8F D 0 1C 16 57 21 43
Octal 255 306 217 15 0 34 26 127 41 103
Binary 10101101 11000110 10001111 1101 0 11100 10110 1010111 100001 1000011

Color Harmonies of #ADC68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC68F

Black with #ADC68F

Text Example


Text Example

White with #ADC68F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC68F; }

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

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

background-color css

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

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

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

border-color css

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

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

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