Html Css Color HEX #9FCC3C Atlantis

📋 copy color: '#9FCC3C'

red 159 ◦ green 204 ◦ blue 60

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

Shades of Atlantis #9FCC3C

Tints of Atlantis #9FCC3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.18%

R = 37.59%
G = 48.23%
B = 14.18%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.71

 K value IS 0.2

RGB Variations

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

Color information

#9FCC3C (or 0x9FCC3C) is known color: Atlantis. HEX triplet: 9F, CC and 3C. RGB value is (159,204,60). Sum of RGB (Red+Green+Blue) = 159+204+60=423 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.59% from 423); Green value is 204 (80.08% from 255 or 48.23% from 423); Blue value is 60 (23.83% from 255 or 14.18% from 423); Max value from RGB is 204 - color contains mainly: green. Hex color #9FCC3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FCC3C is #6033C3. Grayscale: #AEAEAE. Windows color (decimal): -6304708 or 3984543. OLE color: 3984543.

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

Color convert

RGB 159 204 60 -
CMYK 0.22 0 0.71 0.2
HSL 78.75º 0.59% 0.52% -
HSV(B) 78.75º 0.71% 0.8% -
XYZ 36.71 50.88 12.16 -
YUV 174.13 63.59 117.21 -
System Red Green Blue C M Y K H S L
Decimal 159 204 60 0.22 0 0.71 0.2 78.75 0.59 0.52
Hex 9F CC 3C 16 0 47 14 4F 3B 34
Octal 237 314 74 26 0 107 24 117 73 64
Binary 10011111 11001100 111100 10110 0 1000111 10100 1001111 111011 110100

Color Harmonies of #9FCC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCC3C

Black with #9FCC3C

Text Example


Text Example

White with #9FCC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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