Html Css Color HEX #9ADF3F Atlantis

📋 copy color: '#9ADF3F'

red 154 ◦ green 223 ◦ blue 63

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

Shades of Atlantis #9ADF3F

Tints of Atlantis #9ADF3F

RGB

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

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

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

R = 35%
G = 50.68%
B = 14.32%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#9ADF3F (or 0x9ADF3F) is known color: Atlantis. HEX triplet: 9A, DF and 3F. RGB value is (154,223,63). Sum of RGB (Red+Green+Blue) = 154+223+63=440 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35% from 440); Green value is 223 (87.5% from 255 or 50.68% from 440); Blue value is 63 (25% from 255 or 14.32% from 440); Max value from RGB is 223 - color contains mainly: green. Hex color #9ADF3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ADF3F is #6520C0. Grayscale: #B8B8B8. Windows color (decimal): -6627521 or 4186010. OLE color: 4186010.

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

Color convert

RGB 154 223 63 -
CMYK 0.31 0 0.72 0.13
HSL 85.88º 0.71% 0.56% -
HSV(B) 85.88º 0.72% 0.87% -
XYZ 40.61 60 14.14 -
YUV 184.13 59.64 106.51 -
System Red Green Blue C M Y K H S L
Decimal 154 223 63 0.31 0 0.72 0.13 85.88 0.71 0.56
Hex 9A DF 3F 1F 0 48 D 56 47 38
Octal 232 337 77 37 0 110 15 126 107 70
Binary 10011010 11011111 111111 11111 0 1001000 1101 1010110 1000111 111000

Color Harmonies of #9ADF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADF3F

Black with #9ADF3F

Text Example


Text Example

White with #9ADF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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