Html Css Color HEX #8AC644 Atlantis

📋 copy color: '#8AC644'

red 138 ◦ green 198 ◦ blue 68

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

Shades of Atlantis #8AC644

Tints of Atlantis #8AC644

RGB

 RED value IS 138 (54.3% from 255) = 34.16%

 GREEN value IS 198 (77.73% from 255) = 49.01%

 BLUE value IS 68 (26.95% from 255) = 16.83%

R = 34.16%
G = 49.01%
B = 16.83%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#8AC644 (or 0x8AC644) is known color: Atlantis. HEX triplet: 8A, C6 and 44. RGB value is (138,198,68). Sum of RGB (Red+Green+Blue) = 138+198+68=404 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.16% from 404); Green value is 198 (77.73% from 255 or 49.01% from 404); Blue value is 68 (26.95% from 255 or 16.83% from 404); Max value from RGB is 198 - color contains mainly: green. Hex color #8AC644 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC644 is #7539BB. Grayscale: #A5A5A5. Windows color (decimal): -7682492 or 4507274. OLE color: 4507274.

HSL color Cylindrical-coordinate representation of color #8AC644: hue angle of 87.69º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8AC644 is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB 138 198 68 -
CMYK 0.30 0 0.66 0.22
HSL 87.69º 0.53% 0.52% -
HSV(B) 87.69º 0.66% 0.78% -
XYZ 31.72 46.21 12.72 -
YUV 165.24 73.12 108.57 -
System Red Green Blue C M Y K H S L
Decimal 138 198 68 0.30 0 0.66 0.22 87.69 0.53 0.52
Hex 8A C6 44 1E 0 42 16 58 35 34
Octal 212 306 104 36 0 102 26 130 65 64
Binary 10001010 11000110 1000100 11110 0 1000010 10110 1011000 110101 110100

Color Harmonies of #8AC644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC644

Black with #8AC644

Text Example


Text Example

White with #8AC644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8AC644; }

 p { color: rgb(138,198,68); }

 H1.HeaderClassName
 {
   color: #8AC644;
 }
 .AnyTagClassName
 {
   color: #8AC644;
 }
</style>

background-color css

<style>
 a { background-color: #8AC644; }

 a { background-color: rgb(138,198,68); }

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

border-color css

<style>
 span { border-color: #8AC644; }

 span { border-color: rgb(138,198,68); }

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