Html Css Color HEX #9AD247 Atlantis

📋 copy color: '#9AD247'

red 154 ◦ green 210 ◦ blue 71

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

Shades of Atlantis #9AD247

Tints of Atlantis #9AD247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 16.32%

R = 35.4%
G = 48.28%
B = 16.32%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#9AD247 (or 0x9AD247) is known color: Atlantis. HEX triplet: 9A, D2 and 47. RGB value is (154,210,71). Sum of RGB (Red+Green+Blue) = 154+210+71=435 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.40% from 435); Green value is 210 (82.42% from 255 or 48.28% from 435); Blue value is 71 (28.12% from 255 or 16.32% from 435); Max value from RGB is 210 - color contains mainly: green. Hex color #9AD247 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AD247 is #652DB8. Grayscale: #B1B1B1. Windows color (decimal): -6630841 or 4706970. OLE color: 4706970.

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

Color convert

RGB 154 210 71 -
CMYK 0.27 0 0.66 0.18
HSL 84.17º 0.61% 0.55% -
HSV(B) 84.17º 0.66% 0.82% -
XYZ 37.51 53.42 14.29 -
YUV 177.41 67.95 111.3 -
System Red Green Blue C M Y K H S L
Decimal 154 210 71 0.27 0 0.66 0.18 84.17 0.61 0.55
Hex 9A D2 47 1B 0 42 12 54 3D 37
Octal 232 322 107 33 0 102 22 124 75 67
Binary 10011010 11010010 1000111 11011 0 1000010 10010 1010100 111101 110111

Color Harmonies of #9AD247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD247

Black with #9AD247

Text Example


Text Example

White with #9AD247

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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