Html Css Color HEX #9FE530 Atlantis

📋 copy color: '#9FE530'

red 159 ◦ green 229 ◦ blue 48

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

Shades of Atlantis #9FE530

Tints of Atlantis #9FE530

RGB

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

 GREEN value IS 229 (89.84% from 255) = 52.52%

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

R = 36.47%
G = 52.52%
B = 11.01%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#9FE530 (or 0x9FE530) is known color: Atlantis. HEX triplet: 9F, E5 and 30. RGB value is (159,229,48). Sum of RGB (Red+Green+Blue) = 159+229+48=436 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.47% from 436); Green value is 229 (89.84% from 255 or 52.52% from 436); Blue value is 48 (19.14% from 255 or 11.01% from 436); Max value from RGB is 229 - color contains mainly: green. Hex color #9FE530 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FE530 is #601ACF. Grayscale: #BCBCBC. Windows color (decimal): -6298320 or 3204511. OLE color: 3204511.

HSL color Cylindrical-coordinate representation of color #9FE530: hue angle of 83.2º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9FE530 is Cyan = 0.31, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB 159 229 48 -
CMYK 0.31 0 0.79 0.10
HSL 83.2º 0.78% 0.54% -
HSV(B) 83.2º 0.79% 0.9% -
XYZ 42.85 63.62 12.82 -
YUV 187.44 49.31 107.72 -
System Red Green Blue C M Y K H S L
Decimal 159 229 48 0.31 0 0.79 0.10 83.2 0.78 0.54
Hex 9F E5 30 1F 0 4F A 53 4E 36
Octal 237 345 60 37 0 117 12 123 116 66
Binary 10011111 11100101 110000 11111 0 1001111 1010 1010011 1001110 110110

Color Harmonies of #9FE530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE530

Black with #9FE530

Text Example


Text Example

White with #9FE530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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