Html Css Color HEX #46A866 Ocean Green

📋 copy color: '#46A866'

red 70 ◦ green 168 ◦ blue 102

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

Shades of Ocean Green #46A866

Tints of Ocean Green #46A866

RGB

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

 GREEN value IS 168 (66.02% from 255) = 49.41%

 BLUE value IS 102 (40.23% from 255) = 30%

R = 20.59%
G = 49.41%
B = 30%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.39

 K value IS 0.34

RGB Variations

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

Color information

#46A866 (or 0x46A866) is known color: Ocean Green. HEX triplet: 46, A8 and 66. RGB value is (70,168,102). Sum of RGB (Red+Green+Blue) = 70+168+102=340 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.59% from 340); Green value is 168 (66.02% from 255 or 49.41% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 168 - color contains mainly: green. Hex color #46A866 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46A866 is #B95799. Grayscale: #838383. Windows color (decimal): -12146586 or 6727750. OLE color: 6727750.

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

Color convert

RGB 70 168 102 -
CMYK 0.58 0 0.39 0.34
HSL 139.59º 0.41% 0.47% -
HSV(B) 139.59º 0.58% 0.66% -
XYZ 18.93 30.27 17.41 -
YUV 131.17 111.53 84.37 -
System Red Green Blue C M Y K H S L
Decimal 70 168 102 0.58 0 0.39 0.34 139.59 0.41 0.47
Hex 46 A8 66 3A 0 27 22 8C 29 2F
Octal 106 250 146 72 0 47 42 214 51 57
Binary 1000110 10101000 1100110 111010 0 100111 100010 10001100 101001 101111

Color Harmonies of #46A866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46A866

Black with #46A866

Text Example


Text Example

White with #46A866

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,168,102); }

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

background-color css

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

 a { background-color: rgb(70,168,102); }

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

border-color css

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

 span { border-color: rgb(70,168,102); }

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