Html Css Color HEX #9ADC3C Atlantis

📋 copy color: '#9ADC3C'

red 154 ◦ green 220 ◦ blue 60

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

Shades of Atlantis #9ADC3C

Tints of Atlantis #9ADC3C

RGB

 RED value IS 154 (60.55% from 255) = 35.48%

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

 BLUE value IS 60 (23.83% from 255) = 13.82%

R = 35.48%
G = 50.69%
B = 13.82%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#9ADC3C (or 0x9ADC3C) is known color: Atlantis. HEX triplet: 9A, DC and 3C. RGB value is (154,220,60). Sum of RGB (Red+Green+Blue) = 154+220+60=434 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.48% from 434); Green value is 220 (86.33% from 255 or 50.69% from 434); Blue value is 60 (23.83% from 255 or 13.82% from 434); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADC3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ADC3C is #6523C3. Grayscale: #B6B6B6. Windows color (decimal): -6628292 or 3988634. OLE color: 3988634.

HSL color Cylindrical-coordinate representation of color #9ADC3C: hue angle of 84.75º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9ADC3C is Cyan = 0.3, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB 154 220 60 -
CMYK 0.3 0 0.73 0.14
HSL 84.75º 0.7% 0.55% -
HSV(B) 84.75º 0.73% 0.86% -
XYZ 39.74 58.38 13.45 -
YUV 182.03 59.13 108.01 -
System Red Green Blue C M Y K H S L
Decimal 154 220 60 0.3 0 0.73 0.14 84.75 0.7 0.55
Hex 9A DC 3C 1E 0 49 E 55 46 37
Octal 232 334 74 36 0 111 16 125 106 67
Binary 10011010 11011100 111100 11110 0 1001001 1110 1010101 1000110 110111

Color Harmonies of #9ADC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADC3C

Black with #9ADC3C

Text Example


Text Example

White with #9ADC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9ADC3C; }

 p { color: rgb(154,220,60); }

 H1.HeaderClassName
 {
   color: #9ADC3C;
 }
 .AnyTagClassName
 {
   color: #9ADC3C;
 }
</style>

background-color css

<style>
 a { background-color: #9ADC3C; }

 a { background-color: rgb(154,220,60); }

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

border-color css

<style>
 span { border-color: #9ADC3C; }

 span { border-color: rgb(154,220,60); }

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