Html Css Color HEX #9ADF32 Atlantis

📋 copy color: '#9ADF32'

red 154 ◦ green 223 ◦ blue 50

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

Shades of Atlantis #9ADF32

Tints of Atlantis #9ADF32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.71%

R = 36.07%
G = 52.22%
B = 11.71%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#9ADF32 (or 0x9ADF32) is known color: Atlantis. HEX triplet: 9A, DF and 32. RGB value is (154,223,50). Sum of RGB (Red+Green+Blue) = 154+223+50=427 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.07% from 427); Green value is 223 (87.5% from 255 or 52.22% from 427); Blue value is 50 (19.92% from 255 or 11.71% from 427); Max value from RGB is 223 - color contains mainly: green. Hex color #9ADF32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ADF32 is #6520CD. Grayscale: #B7B7B7. Windows color (decimal): -6627534 or 3334042. OLE color: 3334042.

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

Color convert

RGB 154 223 50 -
CMYK 0.31 0 0.78 0.13
HSL 83.93º 0.73% 0.54% -
HSV(B) 83.93º 0.78% 0.87% -
XYZ 40.29 59.88 12.45 -
YUV 182.65 53.14 107.57 -
System Red Green Blue C M Y K H S L
Decimal 154 223 50 0.31 0 0.78 0.13 83.93 0.73 0.54
Hex 9A DF 32 1F 0 4E D 54 49 36
Octal 232 337 62 37 0 116 15 124 111 66
Binary 10011010 11011111 110010 11111 0 1001110 1101 1010100 1001001 110110

Color Harmonies of #9ADF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADF32

Black with #9ADF32

Text Example


Text Example

White with #9ADF32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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