Html Css Color HEX #ACCD0D Rio Grande

📋 copy color: '#ACCD0D'

red 172 ◦ green 205 ◦ blue 13

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

Shades of Rio Grande #ACCD0D

Tints of Rio Grande #ACCD0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.33%

R = 44.1%
G = 52.56%
B = 3.33%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#ACCD0D (or 0xACCD0D) is known color: Rio Grande. HEX triplet: AC, CD and 0D. RGB value is (172,205,13). Sum of RGB (Red+Green+Blue) = 172+205+13=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 205 (80.47% from 255 or 52.56% from 390); Blue value is 13 (5.47% from 255 or 3.33% from 390); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACCD0D is #5332F2. Grayscale: #ADADAD. Windows color (decimal): -5452531 or 904620. OLE color: 904620.

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

Color convert

RGB 172 205 13 -
CMYK 0.16 0 0.94 0.20
HSL 70.31º 0.88% 0.43% -
HSV(B) 70.31º 0.94% 0.8% -
XYZ 38.92 52.46 8.46 -
YUV 173.25 37.57 127.11 -
System Red Green Blue C M Y K H S L
Decimal 172 205 13 0.16 0 0.94 0.20 70.31 0.88 0.43
Hex AC CD D 10 0 5E 14 46 58 2B
Octal 254 315 15 20 0 136 24 106 130 53
Binary 10101100 11001101 1101 10000 0 1011110 10100 1000110 1011000 101011

Color Harmonies of #ACCD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCD0D

Black with #ACCD0D

Text Example


Text Example

White with #ACCD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCD0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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