Html Css Color HEX #48A96A Ocean Green

📋 copy color: '#48A96A'

red 72 ◦ green 169 ◦ blue 106

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

Shades of Ocean Green #48A96A

Tints of Ocean Green #48A96A

RGB

 RED value IS 72 (28.52% from 255) = 20.75%

 GREEN value IS 169 (66.41% from 255) = 48.7%

 BLUE value IS 106 (41.8% from 255) = 30.55%

R = 20.75%
G = 48.7%
B = 30.55%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.37

 K value IS 0.34

RGB Variations

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

Color information

#48A96A (or 0x48A96A) is known color: Ocean Green. HEX triplet: 48, A9 and 6A. RGB value is (72,169,106). Sum of RGB (Red+Green+Blue) = 72+169+106=347 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.75% from 347); Green value is 169 (66.41% from 255 or 48.70% from 347); Blue value is 106 (41.80% from 255 or 30.55% from 347); Max value from RGB is 169 - color contains mainly: green. Hex color #48A96A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A96A is #B75695. Grayscale: #848484. Windows color (decimal): -12015254 or 6990152. OLE color: 6990152.

HSL color Cylindrical-coordinate representation of color #48A96A: hue angle of 141.03º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #48A96A is Cyan = 0.57, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.34.

Color convert

RGB 72 169 106 -
CMYK 0.57 0 0.37 0.34
HSL 141.03º 0.4% 0.47% -
HSV(B) 141.03º 0.57% 0.66% -
XYZ 19.46 30.79 18.55 -
YUV 132.82 112.86 84.62 -
System Red Green Blue C M Y K H S L
Decimal 72 169 106 0.57 0 0.37 0.34 141.03 0.4 0.47
Hex 48 A9 6A 39 0 25 22 8D 28 2F
Octal 110 251 152 71 0 45 42 215 50 57
Binary 1001000 10101001 1101010 111001 0 100101 100010 10001101 101000 101111

Color Harmonies of #48A96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A96A

Black with #48A96A

Text Example


Text Example

White with #48A96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48A96A; }

 p { color: rgb(72,169,106); }

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

background-color css

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

 a { background-color: rgb(72,169,106); }

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

border-color css

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

 span { border-color: rgb(72,169,106); }

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