Html Css Color HEX #8ACE3E Atlantis

📋 copy color: '#8ACE3E'

red 138 ◦ green 206 ◦ blue 62

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

Shades of Atlantis #8ACE3E

Tints of Atlantis #8ACE3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.27%

R = 33.99%
G = 50.74%
B = 15.27%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#8ACE3E (or 0x8ACE3E) is known color: Atlantis. HEX triplet: 8A, CE and 3E. RGB value is (138,206,62). Sum of RGB (Red+Green+Blue) = 138+206+62=406 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.99% from 406); Green value is 206 (80.86% from 255 or 50.74% from 406); Blue value is 62 (24.61% from 255 or 15.27% from 406); Max value from RGB is 206 - color contains mainly: green. Hex color #8ACE3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ACE3E is #7531C1. Grayscale: #A9A9A9. Windows color (decimal): -7680450 or 4116106. OLE color: 4116106.

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

Color convert

RGB 138 206 62 -
CMYK 0.33 0 0.70 0.19
HSL 88.33º 0.6% 0.53% -
HSV(B) 88.33º 0.7% 0.81% -
XYZ 33.42 49.89 12.43 -
YUV 169.25 67.47 105.71 -
System Red Green Blue C M Y K H S L
Decimal 138 206 62 0.33 0 0.70 0.19 88.33 0.6 0.53
Hex 8A CE 3E 21 0 46 13 58 3C 35
Octal 212 316 76 41 0 106 23 130 74 65
Binary 10001010 11001110 111110 100001 0 1000110 10011 1011000 111100 110101

Color Harmonies of #8ACE3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACE3E

Black with #8ACE3E

Text Example


Text Example

White with #8ACE3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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