Html Css Color HEX #8ACA3C Atlantis

📋 copy color: '#8ACA3C'

red 138 ◦ green 202 ◦ blue 60

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

Shades of Atlantis #8ACA3C

Tints of Atlantis #8ACA3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15%

R = 34.5%
G = 50.5%
B = 15%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#8ACA3C (or 0x8ACA3C) is known color: Atlantis. HEX triplet: 8A, CA and 3C. RGB value is (138,202,60). Sum of RGB (Red+Green+Blue) = 138+202+60=400 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.5% from 400); Green value is 202 (79.30% from 255 or 50.5% from 400); Blue value is 60 (23.83% from 255 or 15% from 400); Max value from RGB is 202 - color contains mainly: green. Hex color #8ACA3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ACA3C is #7535C3. Grayscale: #A7A7A7. Windows color (decimal): -7681476 or 3984010. OLE color: 3984010.

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

Color convert

RGB 138 202 60 -
CMYK 0.32 0 0.70 0.21
HSL 87.04º 0.57% 0.51% -
HSV(B) 87.04º 0.7% 0.79% -
XYZ 32.42 47.97 11.83 -
YUV 166.68 67.8 107.55 -
System Red Green Blue C M Y K H S L
Decimal 138 202 60 0.32 0 0.70 0.21 87.04 0.57 0.51
Hex 8A CA 3C 20 0 46 15 57 39 33
Octal 212 312 74 40 0 106 25 127 71 63
Binary 10001010 11001010 111100 100000 0 1000110 10101 1010111 111001 110011

Color Harmonies of #8ACA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACA3C

Black with #8ACA3C

Text Example


Text Example

White with #8ACA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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