Html Css Color HEX #9ACE10 Bahia

📋 copy color: '#9ACE10'

red 154 ◦ green 206 ◦ blue 16

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

Shades of Bahia #9ACE10

Tints of Bahia #9ACE10

RGB

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

 GREEN value IS 206 (80.86% from 255) = 54.79%

 BLUE value IS 16 (6.64% from 255) = 4.26%

R = 40.96%
G = 54.79%
B = 4.26%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#9ACE10 (or 0x9ACE10) is known color: Bahia. HEX triplet: 9A, CE and 10. RGB value is (154,206,16). Sum of RGB (Red+Green+Blue) = 154+206+16=376 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.96% from 376); Green value is 206 (80.86% from 255 or 54.79% from 376); Blue value is 16 (6.64% from 255 or 4.26% from 376); Max value from RGB is 206 - color contains mainly: green. Hex color #9ACE10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ACE10 is #6531EF. Grayscale: #A9A9A9. Windows color (decimal): -6631920 or 1101466. OLE color: 1101466.

HSL color Cylindrical-coordinate representation of color #9ACE10: hue angle of 76.42º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9ACE10 is Cyan = 0.25, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 154 206 16 -
CMYK 0.25 0 0.92 0.19
HSL 76.42º 0.86% 0.44% -
HSV(B) 76.42º 0.92% 0.81% -
XYZ 35.49 51.05 8.47 -
YUV 168.79 41.77 117.45 -
System Red Green Blue C M Y K H S L
Decimal 154 206 16 0.25 0 0.92 0.19 76.42 0.86 0.44
Hex 9A CE 10 19 0 5C 13 4C 56 2C
Octal 232 316 20 31 0 134 23 114 126 54
Binary 10011010 11001110 10000 11001 0 1011100 10011 1001100 1010110 101100

Color Harmonies of #9ACE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACE10

Black with #9ACE10

Text Example


Text Example

White with #9ACE10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,206,16); }

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

background-color css

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

 a { background-color: rgb(154,206,16); }

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

border-color css

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

 span { border-color: rgb(154,206,16); }

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