Html Css Color HEX #A5C28A Norway

📋 copy color: '#A5C28A'

red 165 ◦ green 194 ◦ blue 138

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

Shades of Norway #A5C28A

Tints of Norway #A5C28A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.03%

 BLUE value IS 138 (54.3% from 255) = 27.77%

R = 33.2%
G = 39.03%
B = 27.77%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#A5C28A (or 0xA5C28A) is known color: Norway. HEX triplet: A5, C2 and 8A. RGB value is (165,194,138). Sum of RGB (Red+Green+Blue) = 165+194+138=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 194 (76.17% from 255 or 39.03% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 194 - color contains mainly: green. Hex color #A5C28A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C28A is #5A3D75. Grayscale: #B3B3B3. Windows color (decimal): -5913974 or 9093797. OLE color: 9093797.

HSL color Cylindrical-coordinate representation of color #A5C28A: hue angle of 91.07º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5C28A is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 165 194 138 -
CMYK 0.15 0 0.29 0.24
HSL 91.07º 0.31% 0.65% -
HSV(B) 91.07º 0.29% 0.76% -
XYZ 39.4 48.42 31.31 -
YUV 178.95 104.89 118.05 -
System Red Green Blue C M Y K H S L
Decimal 165 194 138 0.15 0 0.29 0.24 91.07 0.31 0.65
Hex A5 C2 8A F 0 1D 18 5B 1F 41
Octal 245 302 212 17 0 35 30 133 37 101
Binary 10100101 11000010 10001010 1111 0 11101 11000 1011011 11111 1000001

Color Harmonies of #A5C28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C28A

Black with #A5C28A

Text Example


Text Example

White with #A5C28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C28A; }

 p { color: rgb(165,194,138); }

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

background-color css

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

 a { background-color: rgb(165,194,138); }

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

border-color css

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

 span { border-color: rgb(165,194,138); }

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