Html Css Color HEX #9BC245 Atlantis

📋 copy color: '#9BC245'

red 155 ◦ green 194 ◦ blue 69

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

Shades of Atlantis #9BC245

Tints of Atlantis #9BC245

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.41%

 BLUE value IS 69 (27.34% from 255) = 16.51%

R = 37.08%
G = 46.41%
B = 16.51%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#9BC245 (or 0x9BC245) is known color: Atlantis. HEX triplet: 9B, C2 and 45. RGB value is (155,194,69). Sum of RGB (Red+Green+Blue) = 155+194+69=418 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.08% from 418); Green value is 194 (76.17% from 255 or 46.41% from 418); Blue value is 69 (27.34% from 255 or 16.51% from 418); Max value from RGB is 194 - color contains mainly: green. Hex color #9BC245 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BC245 is #643DBA. Grayscale: #A8A8A8. Windows color (decimal): -6569403 or 4571803. OLE color: 4571803.

HSL color Cylindrical-coordinate representation of color #9BC245: hue angle of 78.72º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9BC245 is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 155 194 69 -
CMYK 0.20 0 0.64 0.24
HSL 78.72º 0.51% 0.52% -
HSV(B) 78.72º 0.64% 0.76% -
XYZ 33.88 45.98 12.72 -
YUV 168.09 72.08 118.66 -
System Red Green Blue C M Y K H S L
Decimal 155 194 69 0.20 0 0.64 0.24 78.72 0.51 0.52
Hex 9B C2 45 14 0 40 18 4F 33 34
Octal 233 302 105 24 0 100 30 117 63 64
Binary 10011011 11000010 1000101 10100 0 1000000 11000 1001111 110011 110100

Color Harmonies of #9BC245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC245

Black with #9BC245

Text Example


Text Example

White with #9BC245

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,194,69); }

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

background-color css

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

 a { background-color: rgb(155,194,69); }

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

border-color css

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

 span { border-color: rgb(155,194,69); }

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