Html Css Color HEX #8AC541 Atlantis

📋 copy color: '#8AC541'

red 138 ◦ green 197 ◦ blue 65

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

Shades of Atlantis #8AC541

Tints of Atlantis #8AC541

RGB

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

 GREEN value IS 197 (77.34% from 255) = 49.25%

 BLUE value IS 65 (25.78% from 255) = 16.25%

R = 34.5%
G = 49.25%
B = 16.25%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#8AC541 (or 0x8AC541) is known color: Atlantis. HEX triplet: 8A, C5 and 41. RGB value is (138,197,65). Sum of RGB (Red+Green+Blue) = 138+197+65=400 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.5% from 400); Green value is 197 (77.34% from 255 or 49.25% from 400); Blue value is 65 (25.78% from 255 or 16.25% from 400); Max value from RGB is 197 - color contains mainly: green. Hex color #8AC541 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC541 is #753ABE. Grayscale: #A4A4A4. Windows color (decimal): -7682751 or 4310410. OLE color: 4310410.

HSL color Cylindrical-coordinate representation of color #8AC541: hue angle of 86.82º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8AC541 is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB 138 197 65 -
CMYK 0.30 0 0.67 0.23
HSL 86.82º 0.53% 0.51% -
HSV(B) 86.82º 0.67% 0.77% -
XYZ 31.4 45.72 12.17 -
YUV 164.31 71.95 109.23 -
System Red Green Blue C M Y K H S L
Decimal 138 197 65 0.30 0 0.67 0.23 86.82 0.53 0.51
Hex 8A C5 41 1E 0 43 17 57 35 33
Octal 212 305 101 36 0 103 27 127 65 63
Binary 10001010 11000101 1000001 11110 0 1000011 10111 1010111 110101 110011

Color Harmonies of #8AC541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC541

Black with #8AC541

Text Example


Text Example

White with #8AC541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,197,65); }

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

background-color css

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

 a { background-color: rgb(138,197,65); }

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

border-color css

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

 span { border-color: rgb(138,197,65); }

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