Html Css Color HEX #9ADF3D Atlantis

📋 copy color: '#9ADF3D'

red 154 ◦ green 223 ◦ blue 61

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

Shades of Atlantis #9ADF3D

Tints of Atlantis #9ADF3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.93%

R = 35.16%
G = 50.91%
B = 13.93%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#9ADF3D (or 0x9ADF3D) is known color: Atlantis. HEX triplet: 9A, DF and 3D. RGB value is (154,223,61). Sum of RGB (Red+Green+Blue) = 154+223+61=438 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.16% from 438); Green value is 223 (87.5% from 255 or 50.91% from 438); Blue value is 61 (24.22% from 255 or 13.93% from 438); Max value from RGB is 223 - color contains mainly: green. Hex color #9ADF3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ADF3D is #6520C2. Grayscale: #B8B8B8. Windows color (decimal): -6627523 or 4054938. OLE color: 4054938.

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

Color convert

RGB 154 223 61 -
CMYK 0.31 0 0.73 0.13
HSL 85.56º 0.72% 0.56% -
HSV(B) 85.56º 0.73% 0.87% -
XYZ 40.56 59.98 13.86 -
YUV 183.9 58.64 106.67 -
System Red Green Blue C M Y K H S L
Decimal 154 223 61 0.31 0 0.73 0.13 85.56 0.72 0.56
Hex 9A DF 3D 1F 0 49 D 56 48 38
Octal 232 337 75 37 0 111 15 126 110 70
Binary 10011010 11011111 111101 11111 0 1001001 1101 1010110 1001000 111000

Color Harmonies of #9ADF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADF3D

Black with #9ADF3D

Text Example


Text Example

White with #9ADF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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