Html Css Color HEX #ACCE1E Bahia

📋 copy color: '#ACCE1E'

red 172 ◦ green 206 ◦ blue 30

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

Shades of Bahia #ACCE1E

Tints of Bahia #ACCE1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.35%

R = 42.16%
G = 50.49%
B = 7.35%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#ACCE1E (or 0xACCE1E) is known color: Bahia. HEX triplet: AC, CE and 1E. RGB value is (172,206,30). Sum of RGB (Red+Green+Blue) = 172+206+30=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 206 (80.86% from 255 or 50.49% from 408); Blue value is 30 (12.11% from 255 or 7.35% from 408); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCE1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCE1E is #5331E1. Grayscale: #B0B0B0. Windows color (decimal): -5452258 or 2018988. OLE color: 2018988.

HSL color Cylindrical-coordinate representation of color #ACCE1E: hue angle of 71.59º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ACCE1E is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 206 30 -
CMYK 0.17 0 0.85 0.19
HSL 71.59º 0.75% 0.46% -
HSV(B) 71.59º 0.85% 0.81% -
XYZ 39.32 53.01 9.39 -
YUV 175.77 45.74 125.31 -
System Red Green Blue C M Y K H S L
Decimal 172 206 30 0.17 0 0.85 0.19 71.59 0.75 0.46
Hex AC CE 1E 11 0 55 13 48 4B 2E
Octal 254 316 36 21 0 125 23 110 113 56
Binary 10101100 11001110 11110 10001 0 1010101 10011 1001000 1001011 101110

Color Harmonies of #ACCE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCE1E

Black with #ACCE1E

Text Example


Text Example

White with #ACCE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCE1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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