Html Css Color HEX #4AB86B Ocean Green

📋 copy color: '#4AB86B'

red 74 ◦ green 184 ◦ blue 107

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

Shades of Ocean Green #4AB86B

Tints of Ocean Green #4AB86B

RGB

 RED value IS 74 (29.3% from 255) = 20.27%

 GREEN value IS 184 (72.27% from 255) = 50.41%

 BLUE value IS 107 (42.19% from 255) = 29.32%

R = 20.27%
G = 50.41%
B = 29.32%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#4AB86B (or 0x4AB86B) is known color: Ocean Green. HEX triplet: 4A, B8 and 6B. RGB value is (74,184,107). Sum of RGB (Red+Green+Blue) = 74+184+107=365 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.27% from 365); Green value is 184 (72.27% from 255 or 50.41% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 184 - color contains mainly: green. Hex color #4AB86B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB86B is #B54794. Grayscale: #8E8E8E. Windows color (decimal): -11880341 or 7059530. OLE color: 7059530.

HSL color Cylindrical-coordinate representation of color #4AB86B: hue angle of 138º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4AB86B is Cyan = 0.60, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB 74 184 107 -
CMYK 0.60 0 0.42 0.28
HSL 138º 0.44% 0.51% -
HSV(B) 138º 0.6% 0.72% -
XYZ 22.62 36.8 19.82 -
YUV 142.33 108.06 79.26 -
System Red Green Blue C M Y K H S L
Decimal 74 184 107 0.60 0 0.42 0.28 138 0.44 0.51
Hex 4A B8 6B 3C 0 2A 1C 8A 2C 33
Octal 112 270 153 74 0 52 34 212 54 63
Binary 1001010 10111000 1101011 111100 0 101010 11100 10001010 101100 110011

Color Harmonies of #4AB86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB86B

Black with #4AB86B

Text Example


Text Example

White with #4AB86B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4AB86B; }

 p { color: rgb(74,184,107); }

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

background-color css

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

 a { background-color: rgb(74,184,107); }

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

border-color css

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

 span { border-color: rgb(74,184,107); }

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