Html Css Color HEX #8ADC41 Atlantis

📋 copy color: '#8ADC41'

red 138 ◦ green 220 ◦ blue 65

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

Shades of Atlantis #8ADC41

Tints of Atlantis #8ADC41

RGB

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

 GREEN value IS 220 (86.33% from 255) = 52.01%

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

R = 32.62%
G = 52.01%
B = 15.37%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#8ADC41 (or 0x8ADC41) is known color: Atlantis. HEX triplet: 8A, DC and 41. RGB value is (138,220,65). Sum of RGB (Red+Green+Blue) = 138+220+65=423 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.62% from 423); Green value is 220 (86.33% from 255 or 52.01% from 423); Blue value is 65 (25.78% from 255 or 15.37% from 423); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADC41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ADC41 is #7523BE. Grayscale: #B2B2B2. Windows color (decimal): -7676863 or 4316298. OLE color: 4316298.

HSL color Cylindrical-coordinate representation of color #8ADC41: hue angle of 91.74º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8ADC41 is Cyan = 0.37, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 138 220 65 -
CMYK 0.37 0 0.70 0.14
HSL 91.74º 0.69% 0.56% -
HSV(B) 91.74º 0.7% 0.86% -
XYZ 37.03 56.97 14.05 -
YUV 177.81 64.33 99.6 -
System Red Green Blue C M Y K H S L
Decimal 138 220 65 0.37 0 0.70 0.14 91.74 0.69 0.56
Hex 8A DC 41 25 0 46 E 5C 45 38
Octal 212 334 101 45 0 106 16 134 105 70
Binary 10001010 11011100 1000001 100101 0 1000110 1110 1011100 1000101 111000

Color Harmonies of #8ADC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADC41

Black with #8ADC41

Text Example


Text Example

White with #8ADC41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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