Html Css Color HEX #8ACD41 Atlantis

📋 copy color: '#8ACD41'

red 138 ◦ green 205 ◦ blue 65

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

Shades of Atlantis #8ACD41

Tints of Atlantis #8ACD41

RGB

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

 GREEN value IS 205 (80.47% from 255) = 50.25%

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

R = 33.82%
G = 50.25%
B = 15.93%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#8ACD41 (or 0x8ACD41) is known color: Atlantis. HEX triplet: 8A, CD and 41. RGB value is (138,205,65). Sum of RGB (Red+Green+Blue) = 138+205+65=408 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.82% from 408); Green value is 205 (80.47% from 255 or 50.25% from 408); Blue value is 65 (25.78% from 255 or 15.93% from 408); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACD41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ACD41 is #7532BE. Grayscale: #A9A9A9. Windows color (decimal): -7680703 or 4312458. OLE color: 4312458.

HSL color Cylindrical-coordinate representation of color #8ACD41: hue angle of 88.71º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8ACD41 is Cyan = 0.33, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 138 205 65 -
CMYK 0.33 0 0.68 0.20
HSL 88.71º 0.58% 0.53% -
HSV(B) 88.71º 0.68% 0.8% -
XYZ 33.27 49.45 12.79 -
YUV 169.01 69.3 105.88 -
System Red Green Blue C M Y K H S L
Decimal 138 205 65 0.33 0 0.68 0.20 88.71 0.58 0.53
Hex 8A CD 41 21 0 44 14 59 3A 35
Octal 212 315 101 41 0 104 24 131 72 65
Binary 10001010 11001101 1000001 100001 0 1000100 10100 1011001 111010 110101

Color Harmonies of #8ACD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACD41

Black with #8ACD41

Text Example


Text Example

White with #8ACD41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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