Html Css Color HEX #A5C094 Norway

📋 copy color: '#A5C094'

red 165 ◦ green 192 ◦ blue 148

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

Shades of Norway #A5C094

Tints of Norway #A5C094

RGB

 RED value IS 165 (64.84% from 255) = 32.67%

 GREEN value IS 192 (75.39% from 255) = 38.02%

 BLUE value IS 148 (58.2% from 255) = 29.31%

R = 32.67%
G = 38.02%
B = 29.31%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#A5C094 (or 0xA5C094) is known color: Norway. HEX triplet: A5, C0 and 94. RGB value is (165,192,148). Sum of RGB (Red+Green+Blue) = 165+192+148=505 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.67% from 505); Green value is 192 (75.39% from 255 or 38.02% from 505); Blue value is 148 (58.20% from 255 or 29.31% from 505); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C094 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C094 is #5A3F6B. Grayscale: #B3B3B3. Windows color (decimal): -5914476 or 9748645. OLE color: 9748645.

HSL color Cylindrical-coordinate representation of color #A5C094: hue angle of 96.82º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A5C094 is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 192 148 -
CMYK 0.14 0 0.23 0.25
HSL 96.82º 0.26% 0.67% -
HSV(B) 96.82º 0.23% 0.75% -
XYZ 39.71 47.84 35.16 -
YUV 178.91 110.55 118.08 -
System Red Green Blue C M Y K H S L
Decimal 165 192 148 0.14 0 0.23 0.25 96.82 0.26 0.67
Hex A5 C0 94 E 0 17 19 61 1A 43
Octal 245 300 224 16 0 27 31 141 32 103
Binary 10100101 11000000 10010100 1110 0 10111 11001 1100001 11010 1000011

Color Harmonies of #A5C094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C094

Black with #A5C094

Text Example


Text Example

White with #A5C094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C094; }

 p { color: rgb(165,192,148); }

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

background-color css

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

 a { background-color: rgb(165,192,148); }

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

border-color css

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

 span { border-color: rgb(165,192,148); }

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