Html Css Color HEX #4AB76F Ocean Green

📋 copy color: '#4AB76F'

red 74 ◦ green 183 ◦ blue 111

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

Shades of Ocean Green #4AB76F

Tints of Ocean Green #4AB76F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 49.73%

 BLUE value IS 111 (43.75% from 255) = 30.16%

R = 20.11%
G = 49.73%
B = 30.16%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#4AB76F (or 0x4AB76F) is known color: Ocean Green. HEX triplet: 4A, B7 and 6F. RGB value is (74,183,111). Sum of RGB (Red+Green+Blue) = 74+183+111=368 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.11% from 368); Green value is 183 (71.88% from 255 or 49.73% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 183 - color contains mainly: green. Hex color #4AB76F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB76F is #B54890. Grayscale: #8E8E8E. Windows color (decimal): -11880593 or 7321418. OLE color: 7321418.

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

Color convert

RGB 74 183 111 -
CMYK 0.60 0 0.39 0.28
HSL 140.37º 0.43% 0.5% -
HSV(B) 140.37º 0.6% 0.72% -
XYZ 22.63 36.47 20.89 -
YUV 142.2 110.39 79.35 -
System Red Green Blue C M Y K H S L
Decimal 74 183 111 0.60 0 0.39 0.28 140.37 0.43 0.5
Hex 4A B7 6F 3C 0 27 1C 8C 2B 32
Octal 112 267 157 74 0 47 34 214 53 62
Binary 1001010 10110111 1101111 111100 0 100111 11100 10001100 101011 110010

Color Harmonies of #4AB76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB76F

Black with #4AB76F

Text Example


Text Example

White with #4AB76F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,183,111); }

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

background-color css

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

 a { background-color: rgb(74,183,111); }

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

border-color css

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

 span { border-color: rgb(74,183,111); }

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