Html Css Color HEX #9ADF38 Atlantis

📋 copy color: '#9ADF38'

red 154 ◦ green 223 ◦ blue 56

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

Shades of Atlantis #9ADF38

Tints of Atlantis #9ADF38

RGB

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

 GREEN value IS 223 (87.5% from 255) = 51.5%

 BLUE value IS 56 (22.27% from 255) = 12.93%

R = 35.57%
G = 51.5%
B = 12.93%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#9ADF38 (or 0x9ADF38) is known color: Atlantis. HEX triplet: 9A, DF and 38. RGB value is (154,223,56). Sum of RGB (Red+Green+Blue) = 154+223+56=433 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.57% from 433); Green value is 223 (87.5% from 255 or 51.50% from 433); Blue value is 56 (22.27% from 255 or 12.93% from 433); Max value from RGB is 223 - color contains mainly: green. Hex color #9ADF38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ADF38 is #6520C7. Grayscale: #B7B7B7. Windows color (decimal): -6627528 or 3727258. OLE color: 3727258.

HSL color Cylindrical-coordinate representation of color #9ADF38: hue angle of 84.79º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9ADF38 is Cyan = 0.31, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 223 56 -
CMYK 0.31 0 0.75 0.13
HSL 84.79º 0.72% 0.55% -
HSV(B) 84.79º 0.75% 0.87% -
XYZ 40.43 59.93 13.18 -
YUV 183.33 56.14 107.08 -
System Red Green Blue C M Y K H S L
Decimal 154 223 56 0.31 0 0.75 0.13 84.79 0.72 0.55
Hex 9A DF 38 1F 0 4B D 55 48 37
Octal 232 337 70 37 0 113 15 125 110 67
Binary 10011010 11011111 111000 11111 0 1001011 1101 1010101 1001000 110111

Color Harmonies of #9ADF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADF38

Black with #9ADF38

Text Example


Text Example

White with #9ADF38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,223,56); }

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

background-color css

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

 a { background-color: rgb(154,223,56); }

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

border-color css

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

 span { border-color: rgb(154,223,56); }

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