Html Css Color HEX #4AB864 Ocean Green

📋 copy color: '#4AB864'

red 74 ◦ green 184 ◦ blue 100

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

Shades of Ocean Green #4AB864

Tints of Ocean Green #4AB864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 27.93%

R = 20.67%
G = 51.4%
B = 27.93%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.46

 K value IS 0.28

RGB Variations

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

Color information

#4AB864 (or 0x4AB864) is known color: Ocean Green. HEX triplet: 4A, B8 and 64. RGB value is (74,184,100). Sum of RGB (Red+Green+Blue) = 74+184+100=358 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.67% from 358); Green value is 184 (72.27% from 255 or 51.40% from 358); Blue value is 100 (39.45% from 255 or 27.93% from 358); Max value from RGB is 184 - color contains mainly: green. Hex color #4AB864 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB864 is #B5479B. Grayscale: #8D8D8D. Windows color (decimal): -11880348 or 6600778. OLE color: 6600778.

HSL color Cylindrical-coordinate representation of color #4AB864: hue angle of 134.18º 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 #4AB864 is Cyan = 0.60, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.28.

Color convert

RGB 74 184 100 -
CMYK 0.60 0 0.46 0.28
HSL 134.18º 0.44% 0.51% -
HSV(B) 134.18º 0.6% 0.72% -
XYZ 22.26 36.66 17.96 -
YUV 141.53 104.56 79.83 -
System Red Green Blue C M Y K H S L
Decimal 74 184 100 0.60 0 0.46 0.28 134.18 0.44 0.51
Hex 4A B8 64 3C 0 2E 1C 86 2C 33
Octal 112 270 144 74 0 56 34 206 54 63
Binary 1001010 10111000 1100100 111100 0 101110 11100 10000110 101100 110011

Color Harmonies of #4AB864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB864

Black with #4AB864

Text Example


Text Example

White with #4AB864

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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