Html Css Color HEX #ACCF1E Bahia

📋 copy color: '#ACCF1E'

red 172 ◦ green 207 ◦ blue 30

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

Shades of Bahia #ACCF1E

Tints of Bahia #ACCF1E

RGB

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

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

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

R = 42.05%
G = 50.61%
B = 7.33%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#ACCF1E (or 0xACCF1E) is known color: Bahia. HEX triplet: AC, CF and 1E. RGB value is (172,207,30). Sum of RGB (Red+Green+Blue) = 172+207+30=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 207 (81.25% from 255 or 50.61% from 409); Blue value is 30 (12.11% from 255 or 7.33% from 409); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCF1E is #5330E1. Grayscale: #B1B1B1. Windows color (decimal): -5452002 or 2019244. OLE color: 2019244.

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

Color convert

RGB 172 207 30 -
CMYK 0.17 0 0.86 0.19
HSL 71.86º 0.75% 0.46% -
HSV(B) 71.86º 0.86% 0.81% -
XYZ 39.56 53.49 9.47 -
YUV 176.36 45.4 124.89 -
System Red Green Blue C M Y K H S L
Decimal 172 207 30 0.17 0 0.86 0.19 71.86 0.75 0.46
Hex AC CF 1E 11 0 56 13 48 4B 2E
Octal 254 317 36 21 0 126 23 110 113 56
Binary 10101100 11001111 11110 10001 0 1010110 10011 1001000 1001011 101110

Color Harmonies of #ACCF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCF1E

Black with #ACCF1E

Text Example


Text Example

White with #ACCF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCF1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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