Html Css Color HEX #9BEA3C Atlantis

📋 copy color: '#9BEA3C'

red 155 ◦ green 234 ◦ blue 60

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

Shades of Atlantis #9BEA3C

Tints of Atlantis #9BEA3C

RGB

 RED value IS 155 (60.94% from 255) = 34.52%

 GREEN value IS 234 (91.8% from 255) = 52.12%

 BLUE value IS 60 (23.83% from 255) = 13.36%

R = 34.52%
G = 52.12%
B = 13.36%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#9BEA3C (or 0x9BEA3C) is known color: Atlantis. HEX triplet: 9B, EA and 3C. RGB value is (155,234,60). Sum of RGB (Red+Green+Blue) = 155+234+60=449 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.52% from 449); Green value is 234 (91.80% from 255 or 52.12% from 449); Blue value is 60 (23.83% from 255 or 13.36% from 449); Max value from RGB is 234 - color contains mainly: green. Hex color #9BEA3C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9BEA3C is #6415C3. Grayscale: #BFBFBF. Windows color (decimal): -6559172 or 3992219. OLE color: 3992219.

HSL color Cylindrical-coordinate representation of color #9BEA3C: hue angle of 87.24º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9BEA3C is Cyan = 0.34, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 155 234 60 -
CMYK 0.34 0 0.74 0.08
HSL 87.24º 0.81% 0.58% -
HSV(B) 87.24º 0.74% 0.92% -
XYZ 43.76 66.14 14.74 -
YUV 190.54 54.33 102.65 -
System Red Green Blue C M Y K H S L
Decimal 155 234 60 0.34 0 0.74 0.08 87.24 0.81 0.58
Hex 9B EA 3C 22 0 4A 8 57 51 3A
Octal 233 352 74 42 0 112 10 127 121 72
Binary 10011011 11101010 111100 100010 0 1001010 1000 1010111 1010001 111010

Color Harmonies of #9BEA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BEA3C

Black with #9BEA3C

Text Example


Text Example

White with #9BEA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,234,60); }

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

background-color css

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

 a { background-color: rgb(155,234,60); }

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

border-color css

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

 span { border-color: rgb(155,234,60); }

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