Html Css Color HEX #9ABF40 Atlantis

📋 copy color: '#9ABF40'

red 154 ◦ green 191 ◦ blue 64

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

Shades of Atlantis #9ABF40

Tints of Atlantis #9ABF40

RGB

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

 GREEN value IS 191 (75% from 255) = 46.7%

 BLUE value IS 64 (25.39% from 255) = 15.65%

R = 37.65%
G = 46.7%
B = 15.65%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#9ABF40 (or 0x9ABF40) is known color: Atlantis. HEX triplet: 9A, BF and 40. RGB value is (154,191,64). Sum of RGB (Red+Green+Blue) = 154+191+64=409 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.65% from 409); Green value is 191 (75% from 255 or 46.70% from 409); Blue value is 64 (25.39% from 255 or 15.65% from 409); Max value from RGB is 191 - color contains mainly: green. Hex color #9ABF40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ABF40 is #6540BF. Grayscale: #A5A5A5. Windows color (decimal): -6635712 or 4243354. OLE color: 4243354.

HSL color Cylindrical-coordinate representation of color #9ABF40: hue angle of 77.48º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9ABF40 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 154 191 64 -
CMYK 0.19 0 0.66 0.25
HSL 77.48º 0.5% 0.5% -
HSV(B) 77.48º 0.66% 0.75% -
XYZ 32.88 44.5 11.71 -
YUV 165.46 70.74 119.83 -
System Red Green Blue C M Y K H S L
Decimal 154 191 64 0.19 0 0.66 0.25 77.48 0.5 0.5
Hex 9A BF 40 13 0 42 19 4D 32 32
Octal 232 277 100 23 0 102 31 115 62 62
Binary 10011010 10111111 1000000 10011 0 1000010 11001 1001101 110010 110010

Color Harmonies of #9ABF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABF40

Black with #9ABF40

Text Example


Text Example

White with #9ABF40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,191,64); }

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

background-color css

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

 a { background-color: rgb(154,191,64); }

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

border-color css

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

 span { border-color: rgb(154,191,64); }

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