Html Css Color HEX #9FC33C Atlantis

📋 copy color: '#9FC33C'

red 159 ◦ green 195 ◦ blue 60

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

Shades of Atlantis #9FC33C

Tints of Atlantis #9FC33C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 47.1%

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

R = 38.41%
G = 47.1%
B = 14.49%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#9FC33C (or 0x9FC33C) is known color: Atlantis. HEX triplet: 9F, C3 and 3C. RGB value is (159,195,60). Sum of RGB (Red+Green+Blue) = 159+195+60=414 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.41% from 414); Green value is 195 (76.56% from 255 or 47.10% from 414); Blue value is 60 (23.83% from 255 or 14.49% from 414); Max value from RGB is 195 - color contains mainly: green. Hex color #9FC33C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FC33C is #603CC3. Grayscale: #A9A9A9. Windows color (decimal): -6307012 or 3982239. OLE color: 3982239.

HSL color Cylindrical-coordinate representation of color #9FC33C: hue angle of 76º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9FC33C is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 159 195 60 -
CMYK 0.18 0 0.69 0.24
HSL 76º 0.53% 0.5% -
HSV(B) 76º 0.69% 0.76% -
XYZ 34.63 46.73 11.47 -
YUV 168.85 66.57 120.98 -
System Red Green Blue C M Y K H S L
Decimal 159 195 60 0.18 0 0.69 0.24 76 0.53 0.5
Hex 9F C3 3C 12 0 45 18 4C 35 32
Octal 237 303 74 22 0 105 30 114 65 62
Binary 10011111 11000011 111100 10010 0 1000101 11000 1001100 110101 110010

Color Harmonies of #9FC33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC33C

Black with #9FC33C

Text Example


Text Example

White with #9FC33C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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