Html Css Color HEX #9ADC4C Atlantis

📋 copy color: '#9ADC4C'

red 154 ◦ green 220 ◦ blue 76

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

Shades of Atlantis #9ADC4C

Tints of Atlantis #9ADC4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.89%

R = 34.22%
G = 48.89%
B = 16.89%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#9ADC4C (or 0x9ADC4C) is known color: Atlantis. HEX triplet: 9A, DC and 4C. RGB value is (154,220,76). Sum of RGB (Red+Green+Blue) = 154+220+76=450 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.22% from 450); Green value is 220 (86.33% from 255 or 48.89% from 450); Blue value is 76 (30.08% from 255 or 16.89% from 450); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADC4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ADC4C is #6523B3. Grayscale: #B8B8B8. Windows color (decimal): -6628276 or 5037210. OLE color: 5037210.

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

Color convert

RGB 154 220 76 -
CMYK 0.3 0 0.65 0.14
HSL 87.5º 0.67% 0.58% -
HSV(B) 87.5º 0.65% 0.86% -
XYZ 40.22 58.58 16.02 -
YUV 183.85 67.13 106.71 -
System Red Green Blue C M Y K H S L
Decimal 154 220 76 0.3 0 0.65 0.14 87.5 0.67 0.58
Hex 9A DC 4C 1E 0 41 E 57 43 3A
Octal 232 334 114 36 0 101 16 127 103 72
Binary 10011010 11011100 1001100 11110 0 1000001 1110 1010111 1000011 111010

Color Harmonies of #9ADC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADC4C

Black with #9ADC4C

Text Example


Text Example

White with #9ADC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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