Html Css Color HEX #9BC14A Atlantis

📋 copy color: '#9BC14A'

red 155 ◦ green 193 ◦ blue 74

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

Shades of Atlantis #9BC14A

Tints of Atlantis #9BC14A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 45.73%

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

R = 36.73%
G = 45.73%
B = 17.54%

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

#9BC14A (or 0x9BC14A) is known color: Atlantis. HEX triplet: 9B, C1 and 4A. RGB value is (155,193,74). Sum of RGB (Red+Green+Blue) = 155+193+74=422 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.73% from 422); Green value is 193 (75.78% from 255 or 45.73% from 422); Blue value is 74 (29.30% from 255 or 17.54% from 422); Max value from RGB is 193 - color contains mainly: green. Hex color #9BC14A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BC14A is #643EB5. Grayscale: #A8A8A8. Windows color (decimal): -6569654 or 4899227. OLE color: 4899227.

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

Color convert

RGB 155 193 74 -
CMYK 0.20 0 0.62 0.24
HSL 79.16º 0.49% 0.52% -
HSV(B) 79.16º 0.62% 0.76% -
XYZ 33.82 45.6 13.5 -
YUV 168.07 74.91 118.68 -
System Red Green Blue C M Y K H S L
Decimal 155 193 74 0.20 0 0.62 0.24 79.16 0.49 0.52
Hex 9B C1 4A 14 0 3E 18 4F 31 34
Octal 233 301 112 24 0 76 30 117 61 64
Binary 10011011 11000001 1001010 10100 0 111110 11000 1001111 110001 110100

Color Harmonies of #9BC14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC14A

Black with #9BC14A

Text Example


Text Example

White with #9BC14A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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