Html Css Color HEX #ACCE14 Bahia

📋 copy color: '#ACCE14'

red 172 ◦ green 206 ◦ blue 20

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

Shades of Bahia #ACCE14

Tints of Bahia #ACCE14

RGB

 RED value IS 172 (67.58% from 255) = 43.22%

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

 BLUE value IS 20 (8.2% from 255) = 5.03%

R = 43.22%
G = 51.76%
B = 5.03%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#ACCE14 (or 0xACCE14) is known color: Bahia. HEX triplet: AC, CE and 14. RGB value is (172,206,20). Sum of RGB (Red+Green+Blue) = 172+206+20=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 206 (80.86% from 255 or 51.76% from 398); Blue value is 20 (8.20% from 255 or 5.03% from 398); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCE14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACCE14 is #5331EB. Grayscale: #AFAFAF. Windows color (decimal): -5452268 or 1363628. OLE color: 1363628.

HSL color Cylindrical-coordinate representation of color #ACCE14: hue angle of 70.97º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ACCE14 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 206 20 -
CMYK 0.17 0 0.90 0.19
HSL 70.97º 0.82% 0.44% -
HSV(B) 70.97º 0.9% 0.81% -
XYZ 39.21 52.96 8.82 -
YUV 174.63 40.74 126.12 -
System Red Green Blue C M Y K H S L
Decimal 172 206 20 0.17 0 0.90 0.19 70.97 0.82 0.44
Hex AC CE 14 11 0 5A 13 47 52 2C
Octal 254 316 24 21 0 132 23 107 122 54
Binary 10101100 11001110 10100 10001 0 1011010 10011 1000111 1010010 101100

Color Harmonies of #ACCE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCE14

Black with #ACCE14

Text Example


Text Example

White with #ACCE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCE14; }

 p { color: rgb(172,206,20); }

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

background-color css

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

 a { background-color: rgb(172,206,20); }

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

border-color css

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

 span { border-color: rgb(172,206,20); }

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