Html Css Color HEX #9FD042 Atlantis

📋 copy color: '#9FD042'

red 159 ◦ green 208 ◦ blue 66

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

Shades of Atlantis #9FD042

Tints of Atlantis #9FD042

RGB

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

 GREEN value IS 208 (81.64% from 255) = 48.04%

 BLUE value IS 66 (26.17% from 255) = 15.24%

R = 36.72%
G = 48.04%
B = 15.24%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#9FD042 (or 0x9FD042) is known color: Atlantis. HEX triplet: 9F, D0 and 42. RGB value is (159,208,66). Sum of RGB (Red+Green+Blue) = 159+208+66=433 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.72% from 433); Green value is 208 (81.64% from 255 or 48.04% from 433); Blue value is 66 (26.17% from 255 or 15.24% from 433); Max value from RGB is 208 - color contains mainly: green. Hex color #9FD042 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FD042 is #602FBD. Grayscale: #B1B1B1. Windows color (decimal): -6303678 or 4378783. OLE color: 4378783.

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

Color convert

RGB 159 208 66 -
CMYK 0.24 0 0.68 0.18
HSL 80.7º 0.6% 0.54% -
HSV(B) 80.7º 0.68% 0.82% -
XYZ 37.84 52.88 13.37 -
YUV 177.16 65.27 115.05 -
System Red Green Blue C M Y K H S L
Decimal 159 208 66 0.24 0 0.68 0.18 80.7 0.6 0.54
Hex 9F D0 42 18 0 44 12 51 3C 36
Octal 237 320 102 30 0 104 22 121 74 66
Binary 10011111 11010000 1000010 11000 0 1000100 10010 1010001 111100 110110

Color Harmonies of #9FD042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD042

Black with #9FD042

Text Example


Text Example

White with #9FD042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,208,66); }

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

background-color css

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

 a { background-color: rgb(159,208,66); }

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

border-color css

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

 span { border-color: rgb(159,208,66); }

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