Html Css Color HEX #4AB16A Ocean Green

📋 copy color: '#4AB16A'

red 74 ◦ green 177 ◦ blue 106

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

Shades of Ocean Green #4AB16A

Tints of Ocean Green #4AB16A

RGB

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

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

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

R = 20.73%
G = 49.58%
B = 29.69%

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

#4AB16A (or 0x4AB16A) is known color: Ocean Green. HEX triplet: 4A, B1 and 6A. RGB value is (74,177,106). Sum of RGB (Red+Green+Blue) = 74+177+106=357 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.73% from 357); Green value is 177 (69.53% from 255 or 49.58% from 357); Blue value is 106 (41.80% from 255 or 29.69% from 357); Max value from RGB is 177 - color contains mainly: green. Hex color #4AB16A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AB16A is #B54E95. Grayscale: #8A8A8A. Windows color (decimal): -11882134 or 6992202. OLE color: 6992202.

HSL color Cylindrical-coordinate representation of color #4AB16A: hue angle of 138.64º 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 #4AB16A is Cyan = 0.58, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB 74 177 106 -
CMYK 0.58 0 0.40 0.31
HSL 138.64º 0.41% 0.49% -
HSV(B) 138.64º 0.58% 0.69% -
XYZ 21.15 33.94 19.07 -
YUV 138.11 109.88 82.27 -
System Red Green Blue C M Y K H S L
Decimal 74 177 106 0.58 0 0.40 0.31 138.64 0.41 0.49
Hex 4A B1 6A 3A 0 28 1F 8B 29 31
Octal 112 261 152 72 0 50 37 213 51 61
Binary 1001010 10110001 1101010 111010 0 101000 11111 10001011 101001 110001

Color Harmonies of #4AB16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB16A

Black with #4AB16A

Text Example


Text Example

White with #4AB16A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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