Html Css Color HEX #9FBE44 Atlantis

📋 copy color: '#9FBE44'

red 159 ◦ green 190 ◦ blue 68

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

Shades of Atlantis #9FBE44

Tints of Atlantis #9FBE44

RGB

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

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

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

R = 38.13%
G = 45.56%
B = 16.31%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#9FBE44 (or 0x9FBE44) is known color: Atlantis. HEX triplet: 9F, BE and 44. RGB value is (159,190,68). Sum of RGB (Red+Green+Blue) = 159+190+68=417 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.13% from 417); Green value is 190 (74.61% from 255 or 45.56% from 417); Blue value is 68 (26.95% from 255 or 16.31% from 417); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBE44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FBE44 is #6041BB. Grayscale: #A7A7A7. Windows color (decimal): -6308284 or 4505247. OLE color: 4505247.

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

Color convert

RGB 159 190 68 -
CMYK 0.16 0 0.64 0.25
HSL 75.25º 0.48% 0.51% -
HSV(B) 75.25º 0.64% 0.75% -
XYZ 33.75 44.62 12.3 -
YUV 166.82 72.23 122.42 -
System Red Green Blue C M Y K H S L
Decimal 159 190 68 0.16 0 0.64 0.25 75.25 0.48 0.51
Hex 9F BE 44 10 0 40 19 4B 30 33
Octal 237 276 104 20 0 100 31 113 60 63
Binary 10011111 10111110 1000100 10000 0 1000000 11001 1001011 110000 110011

Color Harmonies of #9FBE44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBE44

Black with #9FBE44

Text Example


Text Example

White with #9FBE44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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