Html Css Color HEX #A4CF0C Bahia

📋 copy color: '#A4CF0C'

red 164 ◦ green 207 ◦ blue 12

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

Shades of Bahia #A4CF0C

Tints of Bahia #A4CF0C

RGB

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

 GREEN value IS 207 (81.25% from 255) = 54.05%

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

R = 42.82%
G = 54.05%
B = 3.13%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#A4CF0C (or 0xA4CF0C) is known color: Bahia. HEX triplet: A4, CF and 0C. RGB value is (164,207,12). Sum of RGB (Red+Green+Blue) = 164+207+12=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 207 (81.25% from 255 or 54.05% from 383); Blue value is 12 (5.08% from 255 or 3.13% from 383); Max value from RGB is 207 - color contains mainly: green. Hex color #A4CF0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4CF0C is #5B30F3. Grayscale: #ACACAC. Windows color (decimal): -5976308 or 839588. OLE color: 839588.

HSL color Cylindrical-coordinate representation of color #A4CF0C: hue angle of 73.23º 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 #A4CF0C is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 207 12 -
CMYK 0.21 0 0.94 0.19
HSL 73.23º 0.89% 0.43% -
HSV(B) 73.23º 0.94% 0.81% -
XYZ 37.69 52.54 8.5 -
YUV 171.91 37.75 122.36 -
System Red Green Blue C M Y K H S L
Decimal 164 207 12 0.21 0 0.94 0.19 73.23 0.89 0.43
Hex A4 CF C 15 0 5E 13 49 59 2B
Octal 244 317 14 25 0 136 23 111 131 53
Binary 10100100 11001111 1100 10101 0 1011110 10011 1001001 1011001 101011

Color Harmonies of #A4CF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CF0C

Black with #A4CF0C

Text Example


Text Example

White with #A4CF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CF0C; }

 p { color: rgb(164,207,12); }

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

background-color css

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

 a { background-color: rgb(164,207,12); }

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

border-color css

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

 span { border-color: rgb(164,207,12); }

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