Html Css Color HEX #9AD245 Atlantis

📋 copy color: '#9AD245'

red 154 ◦ green 210 ◦ blue 69

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

Shades of Atlantis #9AD245

Tints of Atlantis #9AD245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15.94%

R = 35.57%
G = 48.5%
B = 15.94%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#9AD245 (or 0x9AD245) is known color: Atlantis. HEX triplet: 9A, D2 and 45. RGB value is (154,210,69). Sum of RGB (Red+Green+Blue) = 154+210+69=433 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.57% from 433); Green value is 210 (82.42% from 255 or 48.50% from 433); Blue value is 69 (27.34% from 255 or 15.94% from 433); Max value from RGB is 210 - color contains mainly: green. Hex color #9AD245 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AD245 is #652DBA. Grayscale: #B1B1B1. Windows color (decimal): -6630843 or 4575898. OLE color: 4575898.

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

Color convert

RGB 154 210 69 -
CMYK 0.27 0 0.67 0.18
HSL 83.83º 0.61% 0.55% -
HSV(B) 83.83º 0.67% 0.82% -
XYZ 37.45 53.39 13.96 -
YUV 177.18 66.95 111.46 -
System Red Green Blue C M Y K H S L
Decimal 154 210 69 0.27 0 0.67 0.18 83.83 0.61 0.55
Hex 9A D2 45 1B 0 43 12 54 3D 37
Octal 232 322 105 33 0 103 22 124 75 67
Binary 10011010 11010010 1000101 11011 0 1000011 10010 1010100 111101 110111

Color Harmonies of #9AD245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD245

Black with #9AD245

Text Example


Text Example

White with #9AD245

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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