Html Css Color HEX #8ADC35 Atlantis

📋 copy color: '#8ADC35'

red 138 ◦ green 220 ◦ blue 53

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

Shades of Atlantis #8ADC35

Tints of Atlantis #8ADC35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.9%

R = 33.58%
G = 53.53%
B = 12.9%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#8ADC35 (or 0x8ADC35) is known color: Atlantis. HEX triplet: 8A, DC and 35. RGB value is (138,220,53). Sum of RGB (Red+Green+Blue) = 138+220+53=411 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.58% from 411); Green value is 220 (86.33% from 255 or 53.53% from 411); Blue value is 53 (21.09% from 255 or 12.90% from 411); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADC35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ADC35 is #7523CA. Grayscale: #B1B1B1. Windows color (decimal): -7676875 or 3529866. OLE color: 3529866.

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

Color convert

RGB 138 220 53 -
CMYK 0.37 0 0.76 0.14
HSL 89.46º 0.7% 0.54% -
HSV(B) 89.46º 0.76% 0.86% -
XYZ 36.72 56.85 12.41 -
YUV 176.44 58.33 100.58 -
System Red Green Blue C M Y K H S L
Decimal 138 220 53 0.37 0 0.76 0.14 89.46 0.7 0.54
Hex 8A DC 35 25 0 4C E 59 46 36
Octal 212 334 65 45 0 114 16 131 106 66
Binary 10001010 11011100 110101 100101 0 1001100 1110 1011001 1000110 110110

Color Harmonies of #8ADC35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADC35

Black with #8ADC35

Text Example


Text Example

White with #8ADC35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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