Html Css Color HEX #9AD254 Atlantis

📋 copy color: '#9AD254'

red 154 ◦ green 210 ◦ blue 84

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

Shades of Atlantis #9AD254

Tints of Atlantis #9AD254

RGB

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

 GREEN value IS 210 (82.42% from 255) = 46.88%

 BLUE value IS 84 (33.2% from 255) = 18.75%

R = 34.38%
G = 46.88%
B = 18.75%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.6

 K value IS 0.18

RGB Variations

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

Color information

#9AD254 (or 0x9AD254) is known color: Atlantis. HEX triplet: 9A, D2 and 54. RGB value is (154,210,84). Sum of RGB (Red+Green+Blue) = 154+210+84=448 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.38% from 448); Green value is 210 (82.42% from 255 or 46.88% from 448); Blue value is 84 (33.20% from 255 or 18.75% from 448); Max value from RGB is 210 - color contains mainly: green. Hex color #9AD254 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD254 is #652DAB. Grayscale: #B3B3B3. Windows color (decimal): -6630828 or 5558938. OLE color: 5558938.

HSL color Cylindrical-coordinate representation of color #9AD254: hue angle of 86.67º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9AD254 is Cyan = 0.27, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.18.

Color convert

RGB 154 210 84 -
CMYK 0.27 0 0.6 0.18
HSL 86.67º 0.58% 0.58% -
HSV(B) 86.67º 0.6% 0.82% -
XYZ 37.97 53.6 16.73 -
YUV 178.89 74.45 110.25 -
System Red Green Blue C M Y K H S L
Decimal 154 210 84 0.27 0 0.6 0.18 86.67 0.58 0.58
Hex 9A D2 54 1B 0 3C 12 57 3A 3A
Octal 232 322 124 33 0 74 22 127 72 72
Binary 10011010 11010010 1010100 11011 0 111100 10010 1010111 111010 111010

Color Harmonies of #9AD254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD254

Black with #9AD254

Text Example


Text Example

White with #9AD254

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,210,84); }

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

background-color css

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

 a { background-color: rgb(154,210,84); }

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

border-color css

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

 span { border-color: rgb(154,210,84); }

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