Html Css Color HEX #ACCD0F Rio Grande

📋 copy color: '#ACCD0F'

red 172 ◦ green 205 ◦ blue 15

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

Shades of Rio Grande #ACCD0F

Tints of Rio Grande #ACCD0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.83%

R = 43.88%
G = 52.3%
B = 3.83%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#ACCD0F (or 0xACCD0F) is known color: Rio Grande. HEX triplet: AC, CD and 0F. RGB value is (172,205,15). Sum of RGB (Red+Green+Blue) = 172+205+15=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 205 (80.47% from 255 or 52.30% from 392); Blue value is 15 (6.25% from 255 or 3.83% from 392); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACCD0F is #5332F0. Grayscale: #AEAEAE. Windows color (decimal): -5452529 or 1035692. OLE color: 1035692.

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

Color convert

RGB 172 205 15 -
CMYK 0.16 0 0.93 0.20
HSL 70.42º 0.86% 0.43% -
HSV(B) 70.42º 0.93% 0.8% -
XYZ 38.93 52.47 8.53 -
YUV 173.47 38.57 126.95 -
System Red Green Blue C M Y K H S L
Decimal 172 205 15 0.16 0 0.93 0.20 70.42 0.86 0.43
Hex AC CD F 10 0 5D 14 46 56 2B
Octal 254 315 17 20 0 135 24 106 126 53
Binary 10101100 11001101 1111 10000 0 1011101 10100 1000110 1010110 101011

Color Harmonies of #ACCD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCD0F

Black with #ACCD0F

Text Example


Text Example

White with #ACCD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCD0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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