Html Css Color HEX #ACCF14 Rio Grande

📋 copy color: '#ACCF14'

red 172 ◦ green 207 ◦ blue 20

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

Shades of Rio Grande #ACCF14

Tints of Rio Grande #ACCF14

RGB

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

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

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

R = 43.11%
G = 51.88%
B = 5.01%

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

#ACCF14 (or 0xACCF14) is known color: Rio Grande. HEX triplet: AC, CF and 14. RGB value is (172,207,20). Sum of RGB (Red+Green+Blue) = 172+207+20=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 207 (81.25% from 255 or 51.88% from 399); Blue value is 20 (8.20% from 255 or 5.01% from 399); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACCF14 is #5330EB. Grayscale: #AFAFAF. Windows color (decimal): -5452012 or 1363884. OLE color: 1363884.

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

Color convert

RGB 172 207 20 -
CMYK 0.17 0 0.90 0.19
HSL 71.23º 0.82% 0.45% -
HSV(B) 71.23º 0.9% 0.81% -
XYZ 39.45 53.45 8.9 -
YUV 175.22 40.4 125.71 -
System Red Green Blue C M Y K H S L
Decimal 172 207 20 0.17 0 0.90 0.19 71.23 0.82 0.45
Hex AC CF 14 11 0 5A 13 47 52 2D
Octal 254 317 24 21 0 132 23 107 122 55
Binary 10101100 11001111 10100 10001 0 1011010 10011 1000111 1010010 101101

Color Harmonies of #ACCF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCF14

Black with #ACCF14

Text Example


Text Example

White with #ACCF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCF14; }

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

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

background-color css

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

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

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

border-color css

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

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

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