Html Css Color HEX #9BE34A Atlantis

📋 copy color: '#9BE34A'

red 155 ◦ green 227 ◦ blue 74

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

Shades of Atlantis #9BE34A

Tints of Atlantis #9BE34A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.23%

R = 33.99%
G = 49.78%
B = 16.23%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#9BE34A (or 0x9BE34A) is known color: Atlantis. HEX triplet: 9B, E3 and 4A. RGB value is (155,227,74). Sum of RGB (Red+Green+Blue) = 155+227+74=456 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.99% from 456); Green value is 227 (89.06% from 255 or 49.78% from 456); Blue value is 74 (29.30% from 255 or 16.23% from 456); Max value from RGB is 227 - color contains mainly: green. Hex color #9BE34A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BE34A is #641CB5. Grayscale: #BCBCBC. Windows color (decimal): -6560950 or 4907931. OLE color: 4907931.

HSL color Cylindrical-coordinate representation of color #9BE34A: hue angle of 88.24º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9BE34A is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB 155 227 74 -
CMYK 0.32 0 0.67 0.11
HSL 88.24º 0.73% 0.59% -
HSV(B) 88.24º 0.67% 0.89% -
XYZ 42.22 62.4 16.3 -
YUV 188.03 63.65 104.44 -
System Red Green Blue C M Y K H S L
Decimal 155 227 74 0.32 0 0.67 0.11 88.24 0.73 0.59
Hex 9B E3 4A 20 0 43 B 58 49 3B
Octal 233 343 112 40 0 103 13 130 111 73
Binary 10011011 11100011 1001010 100000 0 1000011 1011 1011000 1001001 111011

Color Harmonies of #9BE34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE34A

Black with #9BE34A

Text Example


Text Example

White with #9BE34A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,227,74); }

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

background-color css

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

 a { background-color: rgb(155,227,74); }

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

border-color css

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

 span { border-color: rgb(155,227,74); }

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