#9FD64B

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

Shades of Atlantis #9FD64B

Tints of Atlantis #9FD64B

Color information

#9FD64B (or 0x9FD64B) is unknown color: approx Atlantis. HEX triplet: 9F, D6 and 4B. RGB value is (159,214,75). Sum of RGB (Red+Green+Blue) = 159+214+75=448 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.49% from 448); Green value is 214 (83.98% from 255 or 47.77% from 448); Blue value is 75 (29.69% from 255 or 16.74% from 448); Max value from RGB is 214 - color contains mainly: green. Hex color #9FD64B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FD64B is #6029B4. Grayscale: #B6B6B6. Windows color (decimal): -6302133 or 4970143. OLE color: 4970143.

HSL color Cylindrical-coordinate representation of color #9FD64B: hue angle of 83.74º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9FD64B is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB15921475-
CMYK0.2600.650.16
HSL83.74º62.9%56.67%-
HSV(B)83.74º64.95%83.92%-
XYZ39.6155.9715.37-
YUV181.7167.78111.8-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.49%
GREEN value IS 214 (83.98% from 255) = 47.77%
BLUE value IS 75 (29.69% from 255) = 16.74%
R=35.49%
G=47.77%
B=16.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal159214750.2600.650.1683.7462.956.67
Hex9FD64B1A04110543f39
Octal237326113320101201247771
Binary100111111101011010010111101001000001100001010100111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD64B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,214,75); }

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

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

 a { background-color: rgb(159,214,75); }

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

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

 span { border-color: rgb(159,214,75); }

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