Html Css Color HEX #9FE330 Atlantis

📋 copy color: '#9FE330'

red 159 ◦ green 227 ◦ blue 48

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

Shades of Atlantis #9FE330

Tints of Atlantis #9FE330

RGB

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

 GREEN value IS 227 (89.06% from 255) = 52.3%

 BLUE value IS 48 (19.14% from 255) = 11.06%

R = 36.64%
G = 52.3%
B = 11.06%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#9FE330 (or 0x9FE330) is known color: Atlantis. HEX triplet: 9F, E3 and 30. RGB value is (159,227,48). Sum of RGB (Red+Green+Blue) = 159+227+48=434 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.64% from 434); Green value is 227 (89.06% from 255 or 52.30% from 434); Blue value is 48 (19.14% from 255 or 11.06% from 434); Max value from RGB is 227 - color contains mainly: green. Hex color #9FE330 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FE330 is #601CCF. Grayscale: #BABABA. Windows color (decimal): -6298832 or 3203999. OLE color: 3203999.

HSL color Cylindrical-coordinate representation of color #9FE330: hue angle of 82.79º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9FE330 is Cyan = 0.30, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB 159 227 48 -
CMYK 0.30 0 0.79 0.11
HSL 82.79º 0.76% 0.54% -
HSV(B) 82.79º 0.79% 0.89% -
XYZ 42.3 62.52 12.63 -
YUV 186.26 49.97 108.55 -
System Red Green Blue C M Y K H S L
Decimal 159 227 48 0.30 0 0.79 0.11 82.79 0.76 0.54
Hex 9F E3 30 1E 0 4F B 53 4C 36
Octal 237 343 60 36 0 117 13 123 114 66
Binary 10011111 11100011 110000 11110 0 1001111 1011 1010011 1001100 110110

Color Harmonies of #9FE330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE330

Black with #9FE330

Text Example


Text Example

White with #9FE330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,227,48); }

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

background-color css

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

 a { background-color: rgb(159,227,48); }

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

border-color css

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

 span { border-color: rgb(159,227,48); }

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