Html Css Color HEX #9AC34D Atlantis

📋 copy color: '#9AC34D'

red 154 ◦ green 195 ◦ blue 77

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

Shades of Atlantis #9AC34D

Tints of Atlantis #9AC34D

RGB

 RED value IS 154 (60.55% from 255) = 36.15%

 GREEN value IS 195 (76.56% from 255) = 45.77%

 BLUE value IS 77 (30.47% from 255) = 18.08%

R = 36.15%
G = 45.77%
B = 18.08%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#9AC34D (or 0x9AC34D) is known color: Atlantis. HEX triplet: 9A, C3 and 4D. RGB value is (154,195,77). Sum of RGB (Red+Green+Blue) = 154+195+77=426 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.15% from 426); Green value is 195 (76.56% from 255 or 45.77% from 426); Blue value is 77 (30.47% from 255 or 18.08% from 426); Max value from RGB is 195 - color contains mainly: green. Hex color #9AC34D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC34D is #653CB2. Grayscale: #A9A9A9. Windows color (decimal): -6634675 or 5096346. OLE color: 5096346.

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

Color convert

RGB 154 195 77 -
CMYK 0.21 0 0.61 0.24
HSL 80.85º 0.5% 0.53% -
HSV(B) 80.85º 0.61% 0.76% -
XYZ 34.18 46.44 14.18 -
YUV 169.29 75.92 117.09 -
System Red Green Blue C M Y K H S L
Decimal 154 195 77 0.21 0 0.61 0.24 80.85 0.5 0.53
Hex 9A C3 4D 15 0 3D 18 51 32 35
Octal 232 303 115 25 0 75 30 121 62 65
Binary 10011010 11000011 1001101 10101 0 111101 11000 1010001 110010 110101

Color Harmonies of #9AC34D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC34D

Black with #9AC34D

Text Example


Text Example

White with #9AC34D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,195,77); }

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

background-color css

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

 a { background-color: rgb(154,195,77); }

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

border-color css

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

 span { border-color: rgb(154,195,77); }

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