Html Css Color HEX #9ADF33 Atlantis

📋 copy color: '#9ADF33'

red 154 ◦ green 223 ◦ blue 51

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

Shades of Atlantis #9ADF33

Tints of Atlantis #9ADF33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.92%

R = 35.98%
G = 52.1%
B = 11.92%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#9ADF33 (or 0x9ADF33) is known color: Atlantis. HEX triplet: 9A, DF and 33. RGB value is (154,223,51). Sum of RGB (Red+Green+Blue) = 154+223+51=428 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.98% from 428); Green value is 223 (87.5% from 255 or 52.10% from 428); Blue value is 51 (20.31% from 255 or 11.92% from 428); Max value from RGB is 223 - color contains mainly: green. Hex color #9ADF33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ADF33 is #6520CC. Grayscale: #B7B7B7. Windows color (decimal): -6627533 or 3399578. OLE color: 3399578.

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

Color convert

RGB 154 223 51 -
CMYK 0.31 0 0.77 0.13
HSL 84.07º 0.73% 0.54% -
HSV(B) 84.07º 0.77% 0.87% -
XYZ 40.31 59.88 12.57 -
YUV 182.76 53.64 107.49 -
System Red Green Blue C M Y K H S L
Decimal 154 223 51 0.31 0 0.77 0.13 84.07 0.73 0.54
Hex 9A DF 33 1F 0 4D D 54 49 36
Octal 232 337 63 37 0 115 15 124 111 66
Binary 10011010 11011111 110011 11111 0 1001101 1101 1010100 1001001 110110

Color Harmonies of #9ADF33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADF33

Black with #9ADF33

Text Example


Text Example

White with #9ADF33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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