Html Css Color HEX #9BC24A Atlantis

📋 copy color: '#9BC24A'

red 155 ◦ green 194 ◦ blue 74

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

Shades of Atlantis #9BC24A

Tints of Atlantis #9BC24A

RGB

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

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

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

R = 36.64%
G = 45.86%
B = 17.49%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#9BC24A (or 0x9BC24A) is known color: Atlantis. HEX triplet: 9B, C2 and 4A. RGB value is (155,194,74). Sum of RGB (Red+Green+Blue) = 155+194+74=423 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.64% from 423); Green value is 194 (76.17% from 255 or 45.86% from 423); Blue value is 74 (29.30% from 255 or 17.49% from 423); Max value from RGB is 194 - color contains mainly: green. Hex color #9BC24A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BC24A is #643DB5. Grayscale: #A9A9A9. Windows color (decimal): -6569398 or 4899483. OLE color: 4899483.

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

Color convert

RGB 155 194 74 -
CMYK 0.20 0 0.62 0.24
HSL 79.5º 0.5% 0.53% -
HSV(B) 79.5º 0.62% 0.76% -
XYZ 34.05 46.05 13.57 -
YUV 168.66 74.58 118.26 -
System Red Green Blue C M Y K H S L
Decimal 155 194 74 0.20 0 0.62 0.24 79.5 0.5 0.53
Hex 9B C2 4A 14 0 3E 18 50 32 35
Octal 233 302 112 24 0 76 30 120 62 65
Binary 10011011 11000010 1001010 10100 0 111110 11000 1010000 110010 110101

Color Harmonies of #9BC24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC24A

Black with #9BC24A

Text Example


Text Example

White with #9BC24A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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