Html Css Color HEX #9FCB3C Atlantis

📋 copy color: '#9FCB3C'

red 159 ◦ green 203 ◦ blue 60

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

Shades of Atlantis #9FCB3C

Tints of Atlantis #9FCB3C

RGB

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

 GREEN value IS 203 (79.69% from 255) = 48.1%

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

R = 37.68%
G = 48.1%
B = 14.22%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#9FCB3C (or 0x9FCB3C) is known color: Atlantis. HEX triplet: 9F, CB and 3C. RGB value is (159,203,60). Sum of RGB (Red+Green+Blue) = 159+203+60=422 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.68% from 422); Green value is 203 (79.69% from 255 or 48.10% from 422); Blue value is 60 (23.83% from 255 or 14.22% from 422); Max value from RGB is 203 - color contains mainly: green. Hex color #9FCB3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FCB3C is #6034C3. Grayscale: #AEAEAE. Windows color (decimal): -6304964 or 3984287. OLE color: 3984287.

HSL color Cylindrical-coordinate representation of color #9FCB3C: hue angle of 78.46º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9FCB3C is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 159 203 60 -
CMYK 0.22 0 0.70 0.20
HSL 78.46º 0.58% 0.52% -
HSV(B) 78.46º 0.7% 0.8% -
XYZ 36.47 50.41 12.08 -
YUV 173.54 63.92 117.63 -
System Red Green Blue C M Y K H S L
Decimal 159 203 60 0.22 0 0.70 0.20 78.46 0.58 0.52
Hex 9F CB 3C 16 0 46 14 4E 3A 34
Octal 237 313 74 26 0 106 24 116 72 64
Binary 10011111 11001011 111100 10110 0 1000110 10100 1001110 111010 110100

Color Harmonies of #9FCB3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCB3C

Black with #9FCB3C

Text Example


Text Example

White with #9FCB3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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