Html Css Color HEX #9FBC44 Atlantis

📋 copy color: '#9FBC44'

red 159 ◦ green 188 ◦ blue 68

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

Shades of Atlantis #9FBC44

Tints of Atlantis #9FBC44

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.3%

 BLUE value IS 68 (26.95% from 255) = 16.39%

R = 38.31%
G = 45.3%
B = 16.39%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#9FBC44 (or 0x9FBC44) is known color: Atlantis. HEX triplet: 9F, BC and 44. RGB value is (159,188,68). Sum of RGB (Red+Green+Blue) = 159+188+68=415 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.31% from 415); Green value is 188 (73.83% from 255 or 45.30% from 415); Blue value is 68 (26.95% from 255 or 16.39% from 415); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FBC44 is #6043BB. Grayscale: #A6A6A6. Windows color (decimal): -6308796 or 4504735. OLE color: 4504735.

HSL color Cylindrical-coordinate representation of color #9FBC44: hue angle of 74.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9FBC44 is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.

Color convert

RGB 159 188 68 -
CMYK 0.15 0 0.64 0.26
HSL 74.5º 0.47% 0.5% -
HSV(B) 74.5º 0.64% 0.74% -
XYZ 33.32 43.75 12.16 -
YUV 165.65 72.89 123.26 -
System Red Green Blue C M Y K H S L
Decimal 159 188 68 0.15 0 0.64 0.26 74.5 0.47 0.5
Hex 9F BC 44 F 0 40 1A 4A 2F 32
Octal 237 274 104 17 0 100 32 112 57 62
Binary 10011111 10111100 1000100 1111 0 1000000 11010 1001010 101111 110010

Color Harmonies of #9FBC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBC44

Black with #9FBC44

Text Example


Text Example

White with #9FBC44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,188,68); }

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

background-color css

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

 a { background-color: rgb(159,188,68); }

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

border-color css

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

 span { border-color: rgb(159,188,68); }

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