Html Css Color HEX #A5CE0C Bahia

📋 copy color: '#A5CE0C'

red 165 ◦ green 206 ◦ blue 12

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

Shades of Bahia #A5CE0C

Tints of Bahia #A5CE0C

RGB

 RED value IS 165 (64.84% from 255) = 43.08%

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

 BLUE value IS 12 (5.08% from 255) = 3.13%

R = 43.08%
G = 53.79%
B = 3.13%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#A5CE0C (or 0xA5CE0C) is known color: Bahia. HEX triplet: A5, CE and 0C. RGB value is (165,206,12). Sum of RGB (Red+Green+Blue) = 165+206+12=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 206 (80.86% from 255 or 53.79% from 383); Blue value is 12 (5.08% from 255 or 3.13% from 383); Max value from RGB is 206 - color contains mainly: green. Hex color #A5CE0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5CE0C is #5A31F3. Grayscale: #ACACAC. Windows color (decimal): -5911028 or 839333. OLE color: 839333.

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

Color convert

RGB 165 206 12 -
CMYK 0.20 0 0.94 0.19
HSL 72.68º 0.89% 0.43% -
HSV(B) 72.68º 0.94% 0.81% -
XYZ 37.65 52.17 8.43 -
YUV 171.63 37.92 123.27 -
System Red Green Blue C M Y K H S L
Decimal 165 206 12 0.20 0 0.94 0.19 72.68 0.89 0.43
Hex A5 CE C 14 0 5E 13 49 59 2B
Octal 245 316 14 24 0 136 23 111 131 53
Binary 10100101 11001110 1100 10100 0 1011110 10011 1001001 1011001 101011

Color Harmonies of #A5CE0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CE0C

Black with #A5CE0C

Text Example


Text Example

White with #A5CE0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CE0C; }

 p { color: rgb(165,206,12); }

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

background-color css

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

 a { background-color: rgb(165,206,12); }

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

border-color css

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

 span { border-color: rgb(165,206,12); }

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