Html Css Color HEX #9FD246 Atlantis

📋 copy color: '#9FD246'

red 159 ◦ green 210 ◦ blue 70

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

Shades of Atlantis #9FD246

Tints of Atlantis #9FD246

RGB

 RED value IS 159 (62.5% from 255) = 36.22%

 GREEN value IS 210 (82.42% from 255) = 47.84%

 BLUE value IS 70 (27.73% from 255) = 15.95%

R = 36.22%
G = 47.84%
B = 15.95%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#9FD246 (or 0x9FD246) is known color: Atlantis. HEX triplet: 9F, D2 and 46. RGB value is (159,210,70). Sum of RGB (Red+Green+Blue) = 159+210+70=439 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.22% from 439); Green value is 210 (82.42% from 255 or 47.84% from 439); Blue value is 70 (27.73% from 255 or 15.95% from 439); Max value from RGB is 210 - color contains mainly: green. Hex color #9FD246 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FD246 is #602DB9. Grayscale: #B3B3B3. Windows color (decimal): -6303162 or 4641439. OLE color: 4641439.

HSL color Cylindrical-coordinate representation of color #9FD246: hue angle of 81.86º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9FD246 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 159 210 70 -
CMYK 0.24 0 0.67 0.18
HSL 81.86º 0.61% 0.55% -
HSV(B) 81.86º 0.67% 0.82% -
XYZ 38.45 53.91 14.17 -
YUV 178.79 66.6 113.88 -
System Red Green Blue C M Y K H S L
Decimal 159 210 70 0.24 0 0.67 0.18 81.86 0.61 0.55
Hex 9F D2 46 18 0 43 12 52 3D 37
Octal 237 322 106 30 0 103 22 122 75 67
Binary 10011111 11010010 1000110 11000 0 1000011 10010 1010010 111101 110111

Color Harmonies of #9FD246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD246

Black with #9FD246

Text Example


Text Example

White with #9FD246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,210,70); }

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

background-color css

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

 a { background-color: rgb(159,210,70); }

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

border-color css

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

 span { border-color: rgb(159,210,70); }

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