Html Css Color HEX #9FBE42 Atlantis

📋 copy color: '#9FBE42'

red 159 ◦ green 190 ◦ blue 66

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

Shades of Atlantis #9FBE42

Tints of Atlantis #9FBE42

RGB

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

 GREEN value IS 190 (74.61% from 255) = 45.78%

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

R = 38.31%
G = 45.78%
B = 15.9%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#9FBE42 (or 0x9FBE42) is known color: Atlantis. HEX triplet: 9F, BE and 42. RGB value is (159,190,66). Sum of RGB (Red+Green+Blue) = 159+190+66=415 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.31% from 415); Green value is 190 (74.61% from 255 or 45.78% from 415); Blue value is 66 (26.17% from 255 or 15.90% from 415); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBE42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FBE42 is #6041BD. Grayscale: #A7A7A7. Windows color (decimal): -6308286 or 4374175. OLE color: 4374175.

HSL color Cylindrical-coordinate representation of color #9FBE42: hue angle of 75º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9FBE42 is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 190 66 -
CMYK 0.16 0 0.65 0.25
HSL 75º 0.49% 0.5% -
HSV(B) 75º 0.65% 0.75% -
XYZ 33.69 44.59 11.99 -
YUV 166.6 71.23 122.58 -
System Red Green Blue C M Y K H S L
Decimal 159 190 66 0.16 0 0.65 0.25 75 0.49 0.5
Hex 9F BE 42 10 0 41 19 4B 31 32
Octal 237 276 102 20 0 101 31 113 61 62
Binary 10011111 10111110 1000010 10000 0 1000001 11001 1001011 110001 110010

Color Harmonies of #9FBE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBE42

Black with #9FBE42

Text Example


Text Example

White with #9FBE42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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