Html Css Color HEX #9FCC42 Atlantis

📋 copy color: '#9FCC42'

red 159 ◦ green 204 ◦ blue 66

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

Shades of Atlantis #9FCC42

Tints of Atlantis #9FCC42

RGB

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

 GREEN value IS 204 (80.08% from 255) = 47.55%

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

R = 37.06%
G = 47.55%
B = 15.38%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#9FCC42 (or 0x9FCC42) is known color: Atlantis. HEX triplet: 9F, CC and 42. RGB value is (159,204,66). Sum of RGB (Red+Green+Blue) = 159+204+66=429 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.06% from 429); Green value is 204 (80.08% from 255 or 47.55% from 429); Blue value is 66 (26.17% from 255 or 15.38% from 429); Max value from RGB is 204 - color contains mainly: green. Hex color #9FCC42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FCC42 is #6033BD. Grayscale: #AFAFAF. Windows color (decimal): -6304702 or 4377759. OLE color: 4377759.

HSL color Cylindrical-coordinate representation of color #9FCC42: hue angle of 79.57º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9FCC42 is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB 159 204 66 -
CMYK 0.22 0 0.68 0.2
HSL 79.57º 0.58% 0.53% -
HSV(B) 79.57º 0.68% 0.8% -
XYZ 36.87 50.95 13.05 -
YUV 174.81 66.59 116.72 -
System Red Green Blue C M Y K H S L
Decimal 159 204 66 0.22 0 0.68 0.2 79.57 0.58 0.53
Hex 9F CC 42 16 0 44 14 50 3A 35
Octal 237 314 102 26 0 104 24 120 72 65
Binary 10011111 11001100 1000010 10110 0 1000100 10100 1010000 111010 110101

Color Harmonies of #9FCC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCC42

Black with #9FCC42

Text Example


Text Example

White with #9FCC42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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