Html Css Color HEX #ACCD10 Rio Grande

📋 copy color: '#ACCD10'

red 172 ◦ green 205 ◦ blue 16

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

Shades of Rio Grande #ACCD10

Tints of Rio Grande #ACCD10

RGB

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

 GREEN value IS 205 (80.47% from 255) = 52.16%

 BLUE value IS 16 (6.64% from 255) = 4.07%

R = 43.77%
G = 52.16%
B = 4.07%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#ACCD10 (or 0xACCD10) is known color: Rio Grande. HEX triplet: AC, CD and 10. RGB value is (172,205,16). Sum of RGB (Red+Green+Blue) = 172+205+16=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 205 (80.47% from 255 or 52.16% from 393); Blue value is 16 (6.64% from 255 or 4.07% from 393); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACCD10 is #5332EF. Grayscale: #AEAEAE. Windows color (decimal): -5452528 or 1101228. OLE color: 1101228.

HSL color Cylindrical-coordinate representation of color #ACCD10: hue angle of 70.48º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ACCD10 is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 205 16 -
CMYK 0.16 0 0.92 0.20
HSL 70.48º 0.86% 0.43% -
HSV(B) 70.48º 0.92% 0.8% -
XYZ 38.94 52.47 8.57 -
YUV 173.59 39.07 126.87 -
System Red Green Blue C M Y K H S L
Decimal 172 205 16 0.16 0 0.92 0.20 70.48 0.86 0.43
Hex AC CD 10 10 0 5C 14 46 56 2B
Octal 254 315 20 20 0 134 24 106 126 53
Binary 10101100 11001101 10000 10000 0 1011100 10100 1000110 1010110 101011

Color Harmonies of #ACCD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCD10

Black with #ACCD10

Text Example


Text Example

White with #ACCD10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCD10; }

 p { color: rgb(172,205,16); }

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

background-color css

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

 a { background-color: rgb(172,205,16); }

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

border-color css

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

 span { border-color: rgb(172,205,16); }

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