#9EBF4B

Color #9EBF4B Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #9EBF4B

Tints of Atlantis #9EBF4B

Color information

#9EBF4B (or 0x9EBF4B) is unknown color: approx Atlantis. HEX triplet: 9E, BF and 4B. RGB value is (158,191,75). Sum of RGB (Red+Green+Blue) = 158+191+75=424 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.26% from 424); Green value is 191 (75% from 255 or 45.05% from 424); Blue value is 75 (29.69% from 255 or 17.69% from 424); Max value from RGB is 191 - color contains mainly: green. Hex color #9EBF4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EBF4B is #6140B4. Grayscale: #A8A8A8. Windows color (decimal): -6373557 or 4964254. OLE color: 4964254.

HSL color Cylindrical-coordinate representation of color #9EBF4B: hue angle of 77.07º degrees, saturation: 0.48, 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 #9EBF4B is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB15819175-
CMYK0.1700.610.25
HSL77.07º47.54%52.16%-
HSV(B)77.07º60.73%74.9%-
XYZ3445.0413.56-
YUV167.9175.57120.93-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.26%
GREEN value IS 191 (75% from 255) = 45.05%
BLUE value IS 75 (29.69% from 255) = 17.69%
R=37.26%
G=45.05%
B=17.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal158191750.1700.610.2577.0747.5452.16
Hex9EBF4B1103D194d3034
Octal23627711321075311156064
Binary10011110101111111001011100010111101110011001101110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBF4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,191,75); }

 H1.HeaderClassName
 {
   color: #9EBF4B;
 }
 .AnyTagClassName
 {
   color: #9EBF4B;
 }
</style>
background-color css

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

 a { background-color: rgb(158,191,75); }

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

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

 span { border-color: rgb(158,191,75); }

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