Html Css Color HEX #89D64A Atlantis

📋 copy color: '#89D64A'

red 137 ◦ green 214 ◦ blue 74

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

Shades of Atlantis #89D64A

Tints of Atlantis #89D64A

RGB

 RED value IS 137 (53.91% from 255) = 32.24%

 GREEN value IS 214 (83.98% from 255) = 50.35%

 BLUE value IS 74 (29.3% from 255) = 17.41%

R = 32.24%
G = 50.35%
B = 17.41%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#89D64A (or 0x89D64A) is known color: Atlantis. HEX triplet: 89, D6 and 4A. RGB value is (137,214,74). Sum of RGB (Red+Green+Blue) = 137+214+74=425 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.24% from 425); Green value is 214 (83.98% from 255 or 50.35% from 425); Blue value is 74 (29.30% from 255 or 17.41% from 425); Max value from RGB is 214 - color contains mainly: green. Hex color #89D64A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89D64A is #7629B5. Grayscale: #AFAFAF. Windows color (decimal): -7743926 or 4904585. OLE color: 4904585.

HSL color Cylindrical-coordinate representation of color #89D64A: hue angle of 93º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #89D64A is Cyan = 0.36, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 137 214 74 -
CMYK 0.36 0 0.65 0.16
HSL 93º 0.63% 0.56% -
HSV(B) 93º 0.65% 0.84% -
XYZ 35.6 53.91 15.01 -
YUV 175.02 70.99 100.88 -
System Red Green Blue C M Y K H S L
Decimal 137 214 74 0.36 0 0.65 0.16 93 0.63 0.56
Hex 89 D6 4A 24 0 41 10 5D 3F 38
Octal 211 326 112 44 0 101 20 135 77 70
Binary 10001001 11010110 1001010 100100 0 1000001 10000 1011101 111111 111000

Color Harmonies of #89D64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89D64A

Black with #89D64A

Text Example


Text Example

White with #89D64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89D64A; }

 p { color: rgb(137,214,74); }

 H1.HeaderClassName
 {
   color: #89D64A;
 }
 .AnyTagClassName
 {
   color: #89D64A;
 }
</style>

background-color css

<style>
 a { background-color: #89D64A; }

 a { background-color: rgb(137,214,74); }

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

border-color css

<style>
 span { border-color: #89D64A; }

 span { border-color: rgb(137,214,74); }

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