Html Css Color HEX #4AB16B Ocean Green

📋 copy color: '#4AB16B'

red 74 ◦ green 177 ◦ blue 107

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

Shades of Ocean Green #4AB16B

Tints of Ocean Green #4AB16B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 49.44%

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

R = 20.67%
G = 49.44%
B = 29.89%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#4AB16B (or 0x4AB16B) is known color: Ocean Green. HEX triplet: 4A, B1 and 6B. RGB value is (74,177,107). Sum of RGB (Red+Green+Blue) = 74+177+107=358 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.67% from 358); Green value is 177 (69.53% from 255 or 49.44% from 358); Blue value is 107 (42.19% from 255 or 29.89% from 358); Max value from RGB is 177 - color contains mainly: green. Hex color #4AB16B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AB16B is #B54E94. Grayscale: #8A8A8A. Windows color (decimal): -11882133 or 7057738. OLE color: 7057738.

HSL color Cylindrical-coordinate representation of color #4AB16B: hue angle of 139.22º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4AB16B is Cyan = 0.58, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB 74 177 107 -
CMYK 0.58 0 0.40 0.31
HSL 139.22º 0.41% 0.49% -
HSV(B) 139.22º 0.58% 0.69% -
XYZ 21.2 33.96 19.35 -
YUV 138.22 110.38 82.19 -
System Red Green Blue C M Y K H S L
Decimal 74 177 107 0.58 0 0.40 0.31 139.22 0.41 0.49
Hex 4A B1 6B 3A 0 28 1F 8B 29 31
Octal 112 261 153 72 0 50 37 213 51 61
Binary 1001010 10110001 1101011 111010 0 101000 11111 10001011 101001 110001

Color Harmonies of #4AB16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB16B

Black with #4AB16B

Text Example


Text Example

White with #4AB16B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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