Html Css Color HEX #8ACA40 Atlantis

📋 copy color: '#8ACA40'

red 138 ◦ green 202 ◦ blue 64

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

Shades of Atlantis #8ACA40

Tints of Atlantis #8ACA40

RGB

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

 GREEN value IS 202 (79.3% from 255) = 50%

 BLUE value IS 64 (25.39% from 255) = 15.84%

R = 34.16%
G = 50%
B = 15.84%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#8ACA40 (or 0x8ACA40) is known color: Atlantis. HEX triplet: 8A, CA and 40. RGB value is (138,202,64). Sum of RGB (Red+Green+Blue) = 138+202+64=404 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.16% from 404); Green value is 202 (79.30% from 255 or 50% from 404); Blue value is 64 (25.39% from 255 or 15.84% from 404); Max value from RGB is 202 - color contains mainly: green. Hex color #8ACA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ACA40 is #7535BF. Grayscale: #A7A7A7. Windows color (decimal): -7681472 or 4246154. OLE color: 4246154.

HSL color Cylindrical-coordinate representation of color #8ACA40: hue angle of 87.83º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8ACA40 is Cyan = 0.32, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 138 202 64 -
CMYK 0.32 0 0.68 0.21
HSL 87.83º 0.57% 0.52% -
HSV(B) 87.83º 0.68% 0.79% -
XYZ 32.53 48.01 12.4 -
YUV 167.13 69.8 107.22 -
System Red Green Blue C M Y K H S L
Decimal 138 202 64 0.32 0 0.68 0.21 87.83 0.57 0.52
Hex 8A CA 40 20 0 44 15 58 39 34
Octal 212 312 100 40 0 104 25 130 71 64
Binary 10001010 11001010 1000000 100000 0 1000100 10101 1011000 111001 110100

Color Harmonies of #8ACA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACA40

Black with #8ACA40

Text Example


Text Example

White with #8ACA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,202,64); }

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

background-color css

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

 a { background-color: rgb(138,202,64); }

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

border-color css

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

 span { border-color: rgb(138,202,64); }

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