Html Css Color HEX #9AD248 Atlantis

📋 copy color: '#9AD248'

red 154 ◦ green 210 ◦ blue 72

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

Shades of Atlantis #9AD248

Tints of Atlantis #9AD248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.51%

R = 35.32%
G = 48.17%
B = 16.51%

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

#9AD248 (or 0x9AD248) is known color: Atlantis. HEX triplet: 9A, D2 and 48. RGB value is (154,210,72). Sum of RGB (Red+Green+Blue) = 154+210+72=436 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.32% from 436); Green value is 210 (82.42% from 255 or 48.17% from 436); Blue value is 72 (28.52% from 255 or 16.51% from 436); Max value from RGB is 210 - color contains mainly: green. Hex color #9AD248 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AD248 is #652DB7. Grayscale: #B2B2B2. Windows color (decimal): -6630840 or 4772506. OLE color: 4772506.

HSL color Cylindrical-coordinate representation of color #9AD248: hue angle of 84.35º 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 #9AD248 is Cyan = 0.27, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 154 210 72 -
CMYK 0.27 0 0.66 0.18
HSL 84.35º 0.61% 0.55% -
HSV(B) 84.35º 0.66% 0.82% -
XYZ 37.54 53.43 14.47 -
YUV 177.52 68.45 111.22 -
System Red Green Blue C M Y K H S L
Decimal 154 210 72 0.27 0 0.66 0.18 84.35 0.61 0.55
Hex 9A D2 48 1B 0 42 12 54 3D 37
Octal 232 322 110 33 0 102 22 124 75 67
Binary 10011010 11010010 1001000 11011 0 1000010 10010 1010100 111101 110111

Color Harmonies of #9AD248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD248

Black with #9AD248

Text Example


Text Example

White with #9AD248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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