Html Css Color HEX #9ABE4B Atlantis

📋 copy color: '#9ABE4B'

red 154 ◦ green 190 ◦ blue 75

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

Shades of Atlantis #9ABE4B

Tints of Atlantis #9ABE4B

RGB

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

 GREEN value IS 190 (74.61% from 255) = 45.35%

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

R = 36.75%
G = 45.35%
B = 17.9%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#9ABE4B (or 0x9ABE4B) is known color: Atlantis. HEX triplet: 9A, BE and 4B. RGB value is (154,190,75). Sum of RGB (Red+Green+Blue) = 154+190+75=419 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.75% from 419); Green value is 190 (74.61% from 255 or 45.35% from 419); Blue value is 75 (29.69% from 255 or 17.90% from 419); Max value from RGB is 190 - color contains mainly: green. Hex color #9ABE4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ABE4B is #6541B4. Grayscale: #A6A6A6. Windows color (decimal): -6635957 or 4963994. OLE color: 4963994.

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

Color convert

RGB 154 190 75 -
CMYK 0.19 0 0.61 0.25
HSL 78.78º 0.47% 0.52% -
HSV(B) 78.78º 0.61% 0.75% -
XYZ 33.01 44.2 13.45 -
YUV 166.13 76.57 119.35 -
System Red Green Blue C M Y K H S L
Decimal 154 190 75 0.19 0 0.61 0.25 78.78 0.47 0.52
Hex 9A BE 4B 13 0 3D 19 4F 2F 34
Octal 232 276 113 23 0 75 31 117 57 64
Binary 10011010 10111110 1001011 10011 0 111101 11001 1001111 101111 110100

Color Harmonies of #9ABE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABE4B

Black with #9ABE4B

Text Example


Text Example

White with #9ABE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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