Html Css Color HEX #A4CE0F Bahia

📋 copy color: '#A4CE0F'

red 164 ◦ green 206 ◦ blue 15

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

Shades of Bahia #A4CE0F

Tints of Bahia #A4CE0F

RGB

 RED value IS 164 (64.45% from 255) = 42.6%

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

 BLUE value IS 15 (6.25% from 255) = 3.9%

R = 42.6%
G = 53.51%
B = 3.9%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#A4CE0F (or 0xA4CE0F) is known color: Bahia. HEX triplet: A4, CE and 0F. RGB value is (164,206,15). Sum of RGB (Red+Green+Blue) = 164+206+15=385 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.60% from 385); Green value is 206 (80.86% from 255 or 53.51% from 385); Blue value is 15 (6.25% from 255 or 3.90% from 385); Max value from RGB is 206 - color contains mainly: green. Hex color #A4CE0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4CE0F is #5B31F0. Grayscale: #ACACAC. Windows color (decimal): -5976561 or 1035940. OLE color: 1035940.

HSL color Cylindrical-coordinate representation of color #A4CE0F: hue angle of 73.19º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A4CE0F is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 206 15 -
CMYK 0.20 0 0.93 0.19
HSL 73.19º 0.86% 0.43% -
HSV(B) 73.19º 0.93% 0.81% -
XYZ 37.47 52.07 8.53 -
YUV 171.67 39.59 122.53 -
System Red Green Blue C M Y K H S L
Decimal 164 206 15 0.20 0 0.93 0.19 73.19 0.86 0.43
Hex A4 CE F 14 0 5D 13 49 56 2B
Octal 244 316 17 24 0 135 23 111 126 53
Binary 10100100 11001110 1111 10100 0 1011101 10011 1001001 1010110 101011

Color Harmonies of #A4CE0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CE0F

Black with #A4CE0F

Text Example


Text Example

White with #A4CE0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CE0F; }

 p { color: rgb(164,206,15); }

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

background-color css

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

 a { background-color: rgb(164,206,15); }

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

border-color css

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

 span { border-color: rgb(164,206,15); }

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