Html Css Color HEX #8ACE39 Atlantis

📋 copy color: '#8ACE39'

red 138 ◦ green 206 ◦ blue 57

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

Shades of Atlantis #8ACE39

Tints of Atlantis #8ACE39

RGB

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

 GREEN value IS 206 (80.86% from 255) = 51.37%

 BLUE value IS 57 (22.66% from 255) = 14.21%

R = 34.41%
G = 51.37%
B = 14.21%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#8ACE39 (or 0x8ACE39) is known color: Atlantis. HEX triplet: 8A, CE and 39. RGB value is (138,206,57). Sum of RGB (Red+Green+Blue) = 138+206+57=401 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.41% from 401); Green value is 206 (80.86% from 255 or 51.37% from 401); Blue value is 57 (22.66% from 255 or 14.21% from 401); Max value from RGB is 206 - color contains mainly: green. Hex color #8ACE39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ACE39 is #7531C6. Grayscale: #A9A9A9. Windows color (decimal): -7680455 or 3788426. OLE color: 3788426.

HSL color Cylindrical-coordinate representation of color #8ACE39: hue angle of 87.38º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8ACE39 is Cyan = 0.33, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB 138 206 57 -
CMYK 0.33 0 0.72 0.19
HSL 87.38º 0.6% 0.52% -
HSV(B) 87.38º 0.72% 0.81% -
XYZ 33.29 49.84 11.74 -
YUV 168.68 64.97 106.12 -
System Red Green Blue C M Y K H S L
Decimal 138 206 57 0.33 0 0.72 0.19 87.38 0.6 0.52
Hex 8A CE 39 21 0 48 13 57 3C 34
Octal 212 316 71 41 0 110 23 127 74 64
Binary 10001010 11001110 111001 100001 0 1001000 10011 1010111 111100 110100

Color Harmonies of #8ACE39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACE39

Black with #8ACE39

Text Example


Text Example

White with #8ACE39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,206,57); }

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

background-color css

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

 a { background-color: rgb(138,206,57); }

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

border-color css

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

 span { border-color: rgb(138,206,57); }

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