Html Css Color HEX #9AD83F Atlantis

📋 copy color: '#9AD83F'

red 154 ◦ green 216 ◦ blue 63

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

Shades of Atlantis #9AD83F

Tints of Atlantis #9AD83F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 49.88%

 BLUE value IS 63 (25% from 255) = 14.55%

R = 35.57%
G = 49.88%
B = 14.55%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#9AD83F (or 0x9AD83F) is known color: Atlantis. HEX triplet: 9A, D8 and 3F. RGB value is (154,216,63). Sum of RGB (Red+Green+Blue) = 154+216+63=433 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.57% from 433); Green value is 216 (84.77% from 255 or 49.88% from 433); Blue value is 63 (25% from 255 or 14.55% from 433); Max value from RGB is 216 - color contains mainly: green. Hex color #9AD83F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AD83F is #6527C0. Grayscale: #B4B4B4. Windows color (decimal): -6629313 or 4184218. OLE color: 4184218.

HSL color Cylindrical-coordinate representation of color #9AD83F: hue angle of 84.31º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9AD83F is Cyan = 0.29, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 154 216 63 -
CMYK 0.29 0 0.71 0.15
HSL 84.31º 0.66% 0.55% -
HSV(B) 84.31º 0.71% 0.85% -
XYZ 38.78 56.34 13.53 -
YUV 180.02 61.96 109.44 -
System Red Green Blue C M Y K H S L
Decimal 154 216 63 0.29 0 0.71 0.15 84.31 0.66 0.55
Hex 9A D8 3F 1D 0 47 F 54 42 37
Octal 232 330 77 35 0 107 17 124 102 67
Binary 10011010 11011000 111111 11101 0 1000111 1111 1010100 1000010 110111

Color Harmonies of #9AD83F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD83F

Black with #9AD83F

Text Example


Text Example

White with #9AD83F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,216,63); }

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

background-color css

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

 a { background-color: rgb(154,216,63); }

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

border-color css

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

 span { border-color: rgb(154,216,63); }

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