Html Css Color HEX #9ABF41 Atlantis

📋 copy color: '#9ABF41'

red 154 ◦ green 191 ◦ blue 65

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

Shades of Atlantis #9ABF41

Tints of Atlantis #9ABF41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.85%

R = 37.56%
G = 46.59%
B = 15.85%

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

#9ABF41 (or 0x9ABF41) is known color: Atlantis. HEX triplet: 9A, BF and 41. RGB value is (154,191,65). Sum of RGB (Red+Green+Blue) = 154+191+65=410 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.56% from 410); Green value is 191 (75% from 255 or 46.59% from 410); Blue value is 65 (25.78% from 255 or 15.85% from 410); Max value from RGB is 191 - color contains mainly: green. Hex color #9ABF41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ABF41 is #6540BE. Grayscale: #A6A6A6. Windows color (decimal): -6635711 or 4308890. OLE color: 4308890.

HSL color Cylindrical-coordinate representation of color #9ABF41: hue angle of 77.62º 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 #9ABF41 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 154 191 65 -
CMYK 0.19 0 0.66 0.25
HSL 77.62º 0.5% 0.5% -
HSV(B) 77.62º 0.66% 0.75% -
XYZ 32.91 44.51 11.86 -
YUV 165.57 71.24 119.75 -
System Red Green Blue C M Y K H S L
Decimal 154 191 65 0.19 0 0.66 0.25 77.62 0.5 0.5
Hex 9A BF 41 13 0 42 19 4E 32 32
Octal 232 277 101 23 0 102 31 116 62 62
Binary 10011010 10111111 1000001 10011 0 1000010 11001 1001110 110010 110010

Color Harmonies of #9ABF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABF41

Black with #9ABF41

Text Example


Text Example

White with #9ABF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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