Html Css Color HEX #9FCE4B Atlantis

📋 copy color: '#9FCE4B'

red 159 ◦ green 206 ◦ blue 75

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

Shades of Atlantis #9FCE4B

Tints of Atlantis #9FCE4B

RGB

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

 GREEN value IS 206 (80.86% from 255) = 46.82%

 BLUE value IS 75 (29.69% from 255) = 17.05%

R = 36.14%
G = 46.82%
B = 17.05%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#9FCE4B (or 0x9FCE4B) is known color: Atlantis. HEX triplet: 9F, CE and 4B. RGB value is (159,206,75). Sum of RGB (Red+Green+Blue) = 159+206+75=440 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.14% from 440); Green value is 206 (80.86% from 255 or 46.82% from 440); Blue value is 75 (29.69% from 255 or 17.05% from 440); Max value from RGB is 206 - color contains mainly: green. Hex color #9FCE4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FCE4B is #6031B4. Grayscale: #B1B1B1. Windows color (decimal): -6304181 or 4968095. OLE color: 4968095.

HSL color Cylindrical-coordinate representation of color #9FCE4B: hue angle of 81.53º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9FCE4B is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 159 206 75 -
CMYK 0.23 0 0.64 0.19
HSL 81.53º 0.57% 0.55% -
HSV(B) 81.53º 0.64% 0.81% -
XYZ 37.64 52.02 14.71 -
YUV 177.01 70.43 115.15 -
System Red Green Blue C M Y K H S L
Decimal 159 206 75 0.23 0 0.64 0.19 81.53 0.57 0.55
Hex 9F CE 4B 17 0 40 13 52 39 37
Octal 237 316 113 27 0 100 23 122 71 67
Binary 10011111 11001110 1001011 10111 0 1000000 10011 1010010 111001 110111

Color Harmonies of #9FCE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCE4B

Black with #9FCE4B

Text Example


Text Example

White with #9FCE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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