Html Css Color HEX #ACCF13 Rio Grande

📋 copy color: '#ACCF13'

red 172 ◦ green 207 ◦ blue 19

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

Shades of Rio Grande #ACCF13

Tints of Rio Grande #ACCF13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.77%

R = 43.22%
G = 52.01%
B = 4.77%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#ACCF13 (or 0xACCF13) is known color: Rio Grande. HEX triplet: AC, CF and 13. RGB value is (172,207,19). Sum of RGB (Red+Green+Blue) = 172+207+19=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 207 (81.25% from 255 or 52.01% from 398); Blue value is 19 (7.81% from 255 or 4.77% from 398); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACCF13 is #5330EC. Grayscale: #AFAFAF. Windows color (decimal): -5452013 or 1298348. OLE color: 1298348.

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

Color convert

RGB 172 207 19 -
CMYK 0.17 0 0.91 0.19
HSL 71.17º 0.83% 0.44% -
HSV(B) 71.17º 0.91% 0.81% -
XYZ 39.44 53.44 8.85 -
YUV 175.1 39.9 125.79 -
System Red Green Blue C M Y K H S L
Decimal 172 207 19 0.17 0 0.91 0.19 71.17 0.83 0.44
Hex AC CF 13 11 0 5B 13 47 53 2C
Octal 254 317 23 21 0 133 23 107 123 54
Binary 10101100 11001111 10011 10001 0 1011011 10011 1000111 1010011 101100

Color Harmonies of #ACCF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCF13

Black with #ACCF13

Text Example


Text Example

White with #ACCF13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCF13; }

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

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

background-color css

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

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

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

border-color css

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

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

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