Html Css Color HEX #9FBE4A Atlantis

📋 copy color: '#9FBE4A'

red 159 ◦ green 190 ◦ blue 74

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

Shades of Atlantis #9FBE4A

Tints of Atlantis #9FBE4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.49%

R = 37.59%
G = 44.92%
B = 17.49%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#9FBE4A (or 0x9FBE4A) is known color: Atlantis. HEX triplet: 9F, BE and 4A. RGB value is (159,190,74). Sum of RGB (Red+Green+Blue) = 159+190+74=423 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.59% from 423); Green value is 190 (74.61% from 255 or 44.92% from 423); Blue value is 74 (29.30% from 255 or 17.49% from 423); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBE4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FBE4A is #6041B5. Grayscale: #A7A7A7. Windows color (decimal): -6308278 or 4898463. OLE color: 4898463.

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

Color convert

RGB 159 190 74 -
CMYK 0.16 0 0.61 0.25
HSL 76.03º 0.47% 0.52% -
HSV(B) 76.03º 0.61% 0.75% -
XYZ 33.95 44.69 13.32 -
YUV 167.51 75.23 121.93 -
System Red Green Blue C M Y K H S L
Decimal 159 190 74 0.16 0 0.61 0.25 76.03 0.47 0.52
Hex 9F BE 4A 10 0 3D 19 4C 2F 34
Octal 237 276 112 20 0 75 31 114 57 64
Binary 10011111 10111110 1001010 10000 0 111101 11001 1001100 101111 110100

Color Harmonies of #9FBE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBE4A

Black with #9FBE4A

Text Example


Text Example

White with #9FBE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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