Html Css Color HEX #46A96A Ocean Green

📋 copy color: '#46A96A'

red 70 ◦ green 169 ◦ blue 106

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

Shades of Ocean Green #46A96A

Tints of Ocean Green #46A96A

RGB

 RED value IS 70 (27.73% from 255) = 20.29%

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

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

R = 20.29%
G = 48.99%
B = 30.72%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.37

 K value IS 0.34

RGB Variations

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

Color information

#46A96A (or 0x46A96A) is known color: Ocean Green. HEX triplet: 46, A9 and 6A. RGB value is (70,169,106). Sum of RGB (Red+Green+Blue) = 70+169+106=345 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.29% from 345); Green value is 169 (66.41% from 255 or 48.99% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 169 - color contains mainly: green. Hex color #46A96A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46A96A is #B95695. Grayscale: #848484. Windows color (decimal): -12146326 or 6990150. OLE color: 6990150.

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

Color convert

RGB 70 169 106 -
CMYK 0.59 0 0.37 0.34
HSL 141.82º 0.41% 0.47% -
HSV(B) 141.82º 0.59% 0.66% -
XYZ 19.32 30.72 18.55 -
YUV 132.22 113.2 83.62 -
System Red Green Blue C M Y K H S L
Decimal 70 169 106 0.59 0 0.37 0.34 141.82 0.41 0.47
Hex 46 A9 6A 3B 0 25 22 8E 29 2F
Octal 106 251 152 73 0 45 42 216 51 57
Binary 1000110 10101001 1101010 111011 0 100101 100010 10001110 101001 101111

Color Harmonies of #46A96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46A96A

Black with #46A96A

Text Example


Text Example

White with #46A96A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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