Html Css Color HEX #9AB74B Atlantis

📋 copy color: '#9AB74B'

red 154 ◦ green 183 ◦ blue 75

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

Shades of Atlantis #9AB74B

Tints of Atlantis #9AB74B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 44.42%

 BLUE value IS 75 (29.69% from 255) = 18.2%

R = 37.38%
G = 44.42%
B = 18.2%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#9AB74B (or 0x9AB74B) is known color: Atlantis. HEX triplet: 9A, B7 and 4B. RGB value is (154,183,75). Sum of RGB (Red+Green+Blue) = 154+183+75=412 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.38% from 412); Green value is 183 (71.88% from 255 or 44.42% from 412); Blue value is 75 (29.69% from 255 or 18.20% from 412); Max value from RGB is 183 - color contains mainly: green. Hex color #9AB74B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AB74B is #6548B4. Grayscale: #A2A2A2. Windows color (decimal): -6637749 or 4962202. OLE color: 4962202.

HSL color Cylindrical-coordinate representation of color #9AB74B: hue angle of 76.11º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9AB74B is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB 154 183 75 -
CMYK 0.16 0 0.59 0.28
HSL 76.11º 0.43% 0.51% -
HSV(B) 76.11º 0.59% 0.72% -
XYZ 31.53 41.25 12.96 -
YUV 162.02 78.89 122.28 -
System Red Green Blue C M Y K H S L
Decimal 154 183 75 0.16 0 0.59 0.28 76.11 0.43 0.51
Hex 9A B7 4B 10 0 3B 1C 4C 2B 33
Octal 232 267 113 20 0 73 34 114 53 63
Binary 10011010 10110111 1001011 10000 0 111011 11100 1001100 101011 110011

Color Harmonies of #9AB74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB74B

Black with #9AB74B

Text Example


Text Example

White with #9AB74B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,183,75); }

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

background-color css

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

 a { background-color: rgb(154,183,75); }

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

border-color css

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

 span { border-color: rgb(154,183,75); }

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