Html Css Color HEX #8ACC3D Atlantis

📋 copy color: '#8ACC3D'

red 138 ◦ green 204 ◦ blue 61

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

Shades of Atlantis #8ACC3D

Tints of Atlantis #8ACC3D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 50.62%

 BLUE value IS 61 (24.22% from 255) = 15.14%

R = 34.24%
G = 50.62%
B = 15.14%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#8ACC3D (or 0x8ACC3D) is known color: Atlantis. HEX triplet: 8A, CC and 3D. RGB value is (138,204,61). Sum of RGB (Red+Green+Blue) = 138+204+61=403 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.24% from 403); Green value is 204 (80.08% from 255 or 50.62% from 403); Blue value is 61 (24.22% from 255 or 15.14% from 403); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACC3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ACC3D is #7533C2. Grayscale: #A8A8A8. Windows color (decimal): -7680963 or 4050058. OLE color: 4050058.

HSL color Cylindrical-coordinate representation of color #8ACC3D: hue angle of 87.69º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8ACC3D is Cyan = 0.32, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB 138 204 61 -
CMYK 0.32 0 0.70 0.2
HSL 87.69º 0.58% 0.52% -
HSV(B) 87.69º 0.7% 0.8% -
XYZ 32.92 48.93 12.12 -
YUV 167.96 67.63 106.63 -
System Red Green Blue C M Y K H S L
Decimal 138 204 61 0.32 0 0.70 0.2 87.69 0.58 0.52
Hex 8A CC 3D 20 0 46 14 58 3A 34
Octal 212 314 75 40 0 106 24 130 72 64
Binary 10001010 11001100 111101 100000 0 1000110 10100 1011000 111010 110100

Color Harmonies of #8ACC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACC3D

Black with #8ACC3D

Text Example


Text Example

White with #8ACC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,204,61); }

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

background-color css

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

 a { background-color: rgb(138,204,61); }

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

border-color css

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

 span { border-color: rgb(138,204,61); }

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